Html Css Color HEX #C03DCA Fuchsia

📋 copy color: '#C03DCA'

red 192 ◦ green 61 ◦ blue 202

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

Shades of Fuchsia #C03DCA

Tints of Fuchsia #C03DCA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.41%

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

R = 42.2%
G = 13.41%
B = 44.4%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C03DCA (or 0xC03DCA) is known color: Fuchsia. HEX triplet: C0, 3D and CA. RGB value is (192,61,202). Sum of RGB (Red+Green+Blue) = 192+61+202=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #C03DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DCA is #3FC235. Grayscale: #737373. Windows color (decimal): -4178486 or 13254080. OLE color: 13254080.

HSL color Cylindrical-coordinate representation of color #C03DCA: hue angle of 295.74º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03DCA is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 61 202 -
CMYK 0.05 0.70 0 0.21
HSL 295.74º 0.57% 0.52% -
HSV(B) 295.74º 0.7% 0.79% -
XYZ 34.07 18.81 57.71 -
YUV 116.24 176.4 182.04 -
System Red Green Blue C M Y K H S L
Decimal 192 61 202 0.05 0.70 0 0.21 295.74 0.57 0.52
Hex C0 3D CA 5 46 0 15 128 39 34
Octal 300 75 312 5 106 0 25 450 71 64
Binary 11000000 111101 11001010 101 1000110 0 10101 100101000 111001 110100

Color Harmonies of #C03DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DCA

Black with #C03DCA

Text Example


Text Example

White with #C03DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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