Html Css Color HEX #C03DCC Fuchsia

📋 copy color: '#C03DCC'

red 192 ◦ green 61 ◦ blue 204

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

Shades of Fuchsia #C03DCC

Tints of Fuchsia #C03DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 42.01%
G = 13.35%
B = 44.64%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C03DCC (or 0xC03DCC) is known color: Fuchsia. HEX triplet: C0, 3D and CC. RGB value is (192,61,204). Sum of RGB (Red+Green+Blue) = 192+61+204=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #C03DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DCC is #3FC233. Grayscale: #747474. Windows color (decimal): -4178484 or 13385152. OLE color: 13385152.

HSL color Cylindrical-coordinate representation of color #C03DCC: hue angle of 294.97º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03DCC is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 61 204 -
CMYK 0.06 0.70 0 0.2
HSL 294.97º 0.58% 0.52% -
HSV(B) 294.97º 0.7% 0.8% -
XYZ 34.31 18.9 58.97 -
YUV 116.47 177.4 181.87 -
System Red Green Blue C M Y K H S L
Decimal 192 61 204 0.06 0.70 0 0.2 294.97 0.58 0.52
Hex C0 3D CC 6 46 0 14 127 3A 34
Octal 300 75 314 6 106 0 24 447 72 64
Binary 11000000 111101 11001100 110 1000110 0 10100 100100111 111010 110100

Color Harmonies of #C03DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DCC

Black with #C03DCC

Text Example


Text Example

White with #C03DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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