Html Css Color HEX #CF4DD1 Fuchsia

📋 copy color: '#CF4DD1'

red 207 ◦ green 77 ◦ blue 209

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

Shades of Fuchsia #CF4DD1

Tints of Fuchsia #CF4DD1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.62%

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

R = 41.99%
G = 15.62%
B = 42.39%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF4DD1 (or 0xCF4DD1) is known color: Fuchsia. HEX triplet: CF, 4D and D1. RGB value is (207,77,209). Sum of RGB (Red+Green+Blue) = 207+77+209=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF4DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DD1 is #30B22E. Grayscale: #828282. Windows color (decimal): -3191343 or 13716943. OLE color: 13716943.

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

Color convert

RGB 207 77 209 -
CMYK 0.01 0.63 0 0.18
HSL 299.09º 0.59% 0.56% -
HSV(B) 299.09º 0.63% 0.82% -
XYZ 39.89 23.18 62.69 -
YUV 130.92 172.07 182.27 -
System Red Green Blue C M Y K H S L
Decimal 207 77 209 0.01 0.63 0 0.18 299.09 0.59 0.56
Hex CF 4D D1 1 3F 0 12 12B 3B 38
Octal 317 115 321 1 77 0 22 453 73 70
Binary 11001111 1001101 11010001 1 111111 0 10010 100101011 111011 111000

Color Harmonies of #CF4DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4DD1

Black with #CF4DD1

Text Example


Text Example

White with #CF4DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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