Html Css Color HEX #C064C7 Fuchsia

📋 copy color: '#C064C7'

red 192 ◦ green 100 ◦ blue 199

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

Shades of Fuchsia #C064C7

Tints of Fuchsia #C064C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.53%

R = 39.1%
G = 20.37%
B = 40.53%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C064C7 (or 0xC064C7) is known color: Fuchsia. HEX triplet: C0, 64 and C7. RGB value is (192,100,199). Sum of RGB (Red+Green+Blue) = 192+100+199=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 199 - color contains mainly: blue. Hex color #C064C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064C7 is #3F9B38. Grayscale: #8A8A8A. Windows color (decimal): -4168505 or 13067456. OLE color: 13067456.

HSL color Cylindrical-coordinate representation of color #C064C7: hue angle of 295.76º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C064C7 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 100 199 -
CMYK 0.04 0.50 0 0.22
HSL 295.76º 0.47% 0.59% -
HSV(B) 295.76º 0.5% 0.78% -
XYZ 36.6 24.44 56.82 -
YUV 138.79 161.98 165.95 -
System Red Green Blue C M Y K H S L
Decimal 192 100 199 0.04 0.50 0 0.22 295.76 0.47 0.59
Hex C0 64 C7 4 32 0 16 128 2F 3B
Octal 300 144 307 4 62 0 26 450 57 73
Binary 11000000 1100100 11000111 100 110010 0 10110 100101000 101111 111011

Color Harmonies of #C064C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064C7

Black with #C064C7

Text Example


Text Example

White with #C064C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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