Html Css Color HEX #C064B4 Fuchsia

📋 copy color: '#C064B4'

red 192 ◦ green 100 ◦ blue 180

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

Shades of Fuchsia #C064B4

Tints of Fuchsia #C064B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.14%

R = 40.68%
G = 21.19%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C064B4 (or 0xC064B4) is known color: Fuchsia. HEX triplet: C0, 64 and B4. RGB value is (192,100,180). Sum of RGB (Red+Green+Blue) = 192+100+180=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C064B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064B4 is #3F9B4B. Grayscale: #888888. Windows color (decimal): -4168524 or 11822272. OLE color: 11822272.

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

Color convert

RGB 192 100 180 -
CMYK 0 0.48 0.06 0.25
HSL 307.83º 0.42% 0.57% -
HSV(B) 307.83º 0.48% 0.75% -
XYZ 34.53 23.62 45.92 -
YUV 136.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 192 100 180 0 0.48 0.06 0.25 307.83 0.42 0.57
Hex C0 64 B4 0 30 6 19 134 2A 39
Octal 300 144 264 0 60 6 31 464 52 71
Binary 11000000 1100100 10110100 0 110000 110 11001 100110100 101010 111001

Color Harmonies of #C064B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064B4

Black with #C064B4

Text Example


Text Example

White with #C064B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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