Html Css Color HEX #CF51D1 Fuchsia

📋 copy color: '#CF51D1'

red 207 ◦ green 81 ◦ blue 209

#CF51D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CF51D1

Tints of Fuchsia #CF51D1

RGB

 RED value IS 207 (81.25% from 255) = 41.65%

 GREEN value IS 81 (32.03% from 255) = 16.3%

 BLUE value IS 209 (82.03% from 255) = 42.05%

R = 41.65%
G = 16.3%
B = 42.05%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF51D1 (or 0xCF51D1) is known color: Fuchsia. HEX triplet: CF, 51 and D1. RGB value is (207,81,209). Sum of RGB (Red+Green+Blue) = 207+81+209=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF51D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF51D1 is #30AE2E. Grayscale: #848484. Windows color (decimal): -3190319 or 13717967. OLE color: 13717967.

HSL color Cylindrical-coordinate representation of color #CF51D1: hue angle of 299.06º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF51D1 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 81 209 -
CMYK 0.01 0.61 0 0.18
HSL 299.06º 0.58% 0.57% -
HSV(B) 299.06º 0.61% 0.82% -
XYZ 40.18 23.75 62.79 -
YUV 133.27 170.74 180.59 -
System Red Green Blue C M Y K H S L
Decimal 207 81 209 0.01 0.61 0 0.18 299.06 0.58 0.57
Hex CF 51 D1 1 3D 0 12 12B 3A 39
Octal 317 121 321 1 75 0 22 453 72 71
Binary 11001111 1010001 11010001 1 111101 0 10010 100101011 111010 111001

Color Harmonies of #CF51D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF51D1

Black with #CF51D1

Text Example


Text Example

White with #CF51D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF51D1; }

 p { color: rgb(207,81,209); }

 H1.HeaderClassName
 {
   color: #CF51D1;
 }
 .AnyTagClassName
 {
   color: #CF51D1;
 }
</style>

background-color css

<style>
 a { background-color: #CF51D1; }

 a { background-color: rgb(207,81,209); }

 div.DivClassName
 {
   background-color: #CF51D1;
 }
 .BgClassName
 {
   background-color: #CF51D1;
 }
</style>

border-color css

<style>
 span { border-color: #CF51D1; }

 span { border-color: rgb(207,81,209); }

 td.TdClassName
 {
   border-color: #CF51D1;
 }
 .TagClassName
 {
   border-color: #CF51D1;
 }
</style>