Html Css Color HEX #CF4DC5 Fuchsia

📋 copy color: '#CF4DC5'

red 207 ◦ green 77 ◦ blue 197

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

Shades of Fuchsia #CF4DC5

Tints of Fuchsia #CF4DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.96%

R = 43.04%
G = 16.01%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF4DC5 (or 0xCF4DC5) is known color: Fuchsia. HEX triplet: CF, 4D and C5. RGB value is (207,77,197). Sum of RGB (Red+Green+Blue) = 207+77+197=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DC5 is #30B23A. Grayscale: #818181. Windows color (decimal): -3191355 or 12930511. OLE color: 12930511.

HSL color Cylindrical-coordinate representation of color #CF4DC5: hue angle of 304.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4DC5 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 77 197 -
CMYK 0 0.63 0.05 0.19
HSL 304.62º 0.58% 0.56% -
HSV(B) 304.62º 0.63% 0.81% -
XYZ 38.46 22.6 55.16 -
YUV 129.55 166.07 183.24 -
System Red Green Blue C M Y K H S L
Decimal 207 77 197 0 0.63 0.05 0.19 304.62 0.58 0.56
Hex CF 4D C5 0 3F 5 13 131 3A 38
Octal 317 115 305 0 77 5 23 461 72 70
Binary 11001111 1001101 11000101 0 111111 101 10011 100110001 111010 111000

Color Harmonies of #CF4DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4DC5

Black with #CF4DC5

Text Example


Text Example

White with #CF4DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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