Html Css Color HEX #C03CCD Fuchsia

📋 copy color: '#C03CCD'

red 192 ◦ green 60 ◦ blue 205

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

Shades of Fuchsia #C03CCD

Tints of Fuchsia #C03CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.13%

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 42.01%
G = 13.13%
B = 44.86%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C03CCD (or 0xC03CCD) is known color: Fuchsia. HEX triplet: C0, 3C and CD. RGB value is (192,60,205). Sum of RGB (Red+Green+Blue) = 192+60+205=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #C03CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CCD is #3FC332. Grayscale: #737373. Windows color (decimal): -4178739 or 13450432. OLE color: 13450432.

HSL color Cylindrical-coordinate representation of color #C03CCD: hue angle of 294.62º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03CCD is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 60 205 -
CMYK 0.06 0.71 0 0.20
HSL 294.62º 0.59% 0.52% -
HSV(B) 294.62º 0.71% 0.8% -
XYZ 34.37 18.85 59.58 -
YUV 116 178.23 182.21 -
System Red Green Blue C M Y K H S L
Decimal 192 60 205 0.06 0.71 0 0.20 294.62 0.59 0.52
Hex C0 3C CD 6 47 0 14 127 3B 34
Octal 300 74 315 6 107 0 24 447 73 64
Binary 11000000 111100 11001101 110 1000111 0 10100 100100111 111011 110100

Color Harmonies of #C03CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CCD

Black with #C03CCD

Text Example


Text Example

White with #C03CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CCD; }

 p { color: rgb(192,60,205); }

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

background-color css

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

 a { background-color: rgb(192,60,205); }

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

border-color css

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

 span { border-color: rgb(192,60,205); }

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