Html Css Color HEX #C03DCB Fuchsia

📋 copy color: '#C03DCB'

red 192 ◦ green 61 ◦ blue 203

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

Shades of Fuchsia #C03DCB

Tints of Fuchsia #C03DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.52%

R = 42.11%
G = 13.38%
B = 44.52%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C03DCB (or 0xC03DCB) is known color: Fuchsia. HEX triplet: C0, 3D and CB. RGB value is (192,61,203). Sum of RGB (Red+Green+Blue) = 192+61+203=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #C03DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DCB is #3FC234. Grayscale: #737373. Windows color (decimal): -4178485 or 13319616. OLE color: 13319616.

HSL color Cylindrical-coordinate representation of color #C03DCB: hue angle of 295.35º 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 #C03DCB is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 61 203 -
CMYK 0.05 0.70 0 0.20
HSL 295.35º 0.58% 0.52% -
HSV(B) 295.35º 0.7% 0.8% -
XYZ 34.19 18.86 58.34 -
YUV 116.36 176.9 181.95 -
System Red Green Blue C M Y K H S L
Decimal 192 61 203 0.05 0.70 0 0.20 295.35 0.58 0.52
Hex C0 3D CB 5 46 0 14 127 3A 34
Octal 300 75 313 5 106 0 24 447 72 64
Binary 11000000 111101 11001011 101 1000110 0 10100 100100111 111010 110100

Color Harmonies of #C03DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DCB

Black with #C03DCB

Text Example


Text Example

White with #C03DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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