Html Css Color HEX #CF5CC8 Fuchsia

📋 copy color: '#CF5CC8'

red 207 ◦ green 92 ◦ blue 200

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

Shades of Fuchsia #CF5CC8

Tints of Fuchsia #CF5CC8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.44%

 BLUE value IS 200 (78.52% from 255) = 40.08%

R = 41.48%
G = 18.44%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF5CC8 (or 0xCF5CC8) is known color: Fuchsia. HEX triplet: CF, 5C and C8. RGB value is (207,92,200). Sum of RGB (Red+Green+Blue) = 207+92+200=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CC8 is #30A337. Grayscale: #8A8A8A. Windows color (decimal): -3187512 or 13130959. OLE color: 13130959.

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

Color convert

RGB 207 92 200 -
CMYK 0 0.56 0.03 0.19
HSL 303.65º 0.55% 0.59% -
HSV(B) 303.65º 0.56% 0.81% -
XYZ 39.98 25.09 57.38 -
YUV 138.7 162.6 176.72 -
System Red Green Blue C M Y K H S L
Decimal 207 92 200 0 0.56 0.03 0.19 303.65 0.55 0.59
Hex CF 5C C8 0 38 3 13 130 37 3B
Octal 317 134 310 0 70 3 23 460 67 73
Binary 11001111 1011100 11001000 0 111000 11 10011 100110000 110111 111011

Color Harmonies of #CF5CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5CC8

Black with #CF5CC8

Text Example


Text Example

White with #CF5CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5CC8; }

 p { color: rgb(207,92,200); }

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

background-color css

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

 a { background-color: rgb(207,92,200); }

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

border-color css

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

 span { border-color: rgb(207,92,200); }

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