Html Css Color HEX #C064B1 Fuchsia

📋 copy color: '#C064B1'

red 192 ◦ green 100 ◦ blue 177

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

Shades of Fuchsia #C064B1

Tints of Fuchsia #C064B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.74%

R = 40.94%
G = 21.32%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C064B1 (or 0xC064B1) is known color: Fuchsia. HEX triplet: C0, 64 and B1. RGB value is (192,100,177). Sum of RGB (Red+Green+Blue) = 192+100+177=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C064B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C064B1 is #3F9B4E. Grayscale: #888888. Windows color (decimal): -4168527 or 11625664. OLE color: 11625664.

HSL color Cylindrical-coordinate representation of color #C064B1: hue angle of 309.78º 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 #C064B1 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 177 -
CMYK 0 0.48 0.08 0.25
HSL 309.78º 0.42% 0.57% -
HSV(B) 309.78º 0.48% 0.75% -
XYZ 34.23 23.5 44.33 -
YUV 136.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 192 100 177 0 0.48 0.08 0.25 309.78 0.42 0.57
Hex C0 64 B1 0 30 8 19 136 2A 39
Octal 300 144 261 0 60 10 31 466 52 71
Binary 11000000 1100100 10110001 0 110000 1000 11001 100110110 101010 111001

Color Harmonies of #C064B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064B1

Black with #C064B1

Text Example


Text Example

White with #C064B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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