Html Css Color HEX #C064BB Fuchsia

📋 copy color: '#C064BB'

red 192 ◦ green 100 ◦ blue 187

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

Shades of Fuchsia #C064BB

Tints of Fuchsia #C064BB

RGB

 RED value IS 192 (75.39% from 255) = 40.08%

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

 BLUE value IS 187 (73.44% from 255) = 39.04%

R = 40.08%
G = 20.88%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C064BB (or 0xC064BB) is known color: Fuchsia. HEX triplet: C0, 64 and BB. RGB value is (192,100,187). Sum of RGB (Red+Green+Blue) = 192+100+187=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C064BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064BB is #3F9B44. Grayscale: #898989. Windows color (decimal): -4168517 or 12281024. OLE color: 12281024.

HSL color Cylindrical-coordinate representation of color #C064BB: hue angle of 303.26º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C064BB is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 187 -
CMYK 0 0.48 0.03 0.25
HSL 303.26º 0.42% 0.57% -
HSV(B) 303.26º 0.48% 0.75% -
XYZ 35.27 23.91 49.77 -
YUV 137.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 192 100 187 0 0.48 0.03 0.25 303.26 0.42 0.57
Hex C0 64 BB 0 30 3 19 12F 2A 39
Octal 300 144 273 0 60 3 31 457 52 71
Binary 11000000 1100100 10111011 0 110000 11 11001 100101111 101010 111001

Color Harmonies of #C064BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064BB

Black with #C064BB

Text Example


Text Example

White with #C064BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064BB; }

 p { color: rgb(192,100,187); }

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

background-color css

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

 a { background-color: rgb(192,100,187); }

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

border-color css

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

 span { border-color: rgb(192,100,187); }

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