Html Css Color HEX #CF64B0 Fuchsia

📋 copy color: '#CF64B0'

red 207 ◦ green 100 ◦ blue 176

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

Shades of Fuchsia #CF64B0

Tints of Fuchsia #CF64B0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.7%

 BLUE value IS 176 (69.14% from 255) = 36.44%

R = 42.86%
G = 20.7%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF64B0 (or 0xCF64B0) is known color: Fuchsia. HEX triplet: CF, 64 and B0. RGB value is (207,100,176). Sum of RGB (Red+Green+Blue) = 207+100+176=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF64B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF64B0 is #309B4F. Grayscale: #8C8C8C. Windows color (decimal): -3185488 or 11560143. OLE color: 11560143.

HSL color Cylindrical-coordinate representation of color #CF64B0: hue angle of 317.38º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF64B0 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 100 176 -
CMYK 0 0.52 0.15 0.19
HSL 317.38º 0.53% 0.6% -
HSV(B) 317.38º 0.52% 0.81% -
XYZ 38.13 25.51 43.99 -
YUV 140.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 207 100 176 0 0.52 0.15 0.19 317.38 0.53 0.6
Hex CF 64 B0 0 34 F 13 13D 35 3C
Octal 317 144 260 0 64 17 23 475 65 74
Binary 11001111 1100100 10110000 0 110100 1111 10011 100111101 110101 111100

Color Harmonies of #CF64B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF64B0

Black with #CF64B0

Text Example


Text Example

White with #CF64B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF64B0; }

 p { color: rgb(207,100,176); }

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

background-color css

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

 a { background-color: rgb(207,100,176); }

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

border-color css

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

 span { border-color: rgb(207,100,176); }

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