Html Css Color HEX #C04CCA Fuchsia

📋 copy color: '#C04CCA'

red 192 ◦ green 76 ◦ blue 202

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

Shades of Fuchsia #C04CCA

Tints of Fuchsia #C04CCA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.17%

 BLUE value IS 202 (79.3% from 255) = 42.98%

R = 40.85%
G = 16.17%
B = 42.98%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C04CCA (or 0xC04CCA) is known color: Fuchsia. HEX triplet: C0, 4C and CA. RGB value is (192,76,202). Sum of RGB (Red+Green+Blue) = 192+76+202=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #C04CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CCA is #3FB335. Grayscale: #7C7C7C. Windows color (decimal): -4174646 or 13257920. OLE color: 13257920.

HSL color Cylindrical-coordinate representation of color #C04CCA: hue angle of 295.24º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04CCA is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 76 202 -
CMYK 0.05 0.62 0 0.21
HSL 295.24º 0.54% 0.55% -
HSV(B) 295.24º 0.62% 0.79% -
XYZ 34.98 20.64 58.02 -
YUV 125.05 171.43 175.75 -
System Red Green Blue C M Y K H S L
Decimal 192 76 202 0.05 0.62 0 0.21 295.24 0.54 0.55
Hex C0 4C CA 5 3E 0 15 127 36 37
Octal 300 114 312 5 76 0 25 447 66 67
Binary 11000000 1001100 11001010 101 111110 0 10101 100100111 110110 110111

Color Harmonies of #C04CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CCA

Black with #C04CCA

Text Example


Text Example

White with #C04CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CCA; }

 p { color: rgb(192,76,202); }

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

background-color css

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

 a { background-color: rgb(192,76,202); }

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

border-color css

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

 span { border-color: rgb(192,76,202); }

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