Html Css Color HEX #C03DAD Fuchsia

📋 copy color: '#C03DAD'

red 192 ◦ green 61 ◦ blue 173

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

Shades of Fuchsia #C03DAD

Tints of Fuchsia #C03DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 45.07%
G = 14.32%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C03DAD (or 0xC03DAD) is known color: Fuchsia. HEX triplet: C0, 3D and AD. RGB value is (192,61,173). Sum of RGB (Red+Green+Blue) = 192+61+173=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03DAD is #3FC252. Grayscale: #707070. Windows color (decimal): -4178515 or 11353536. OLE color: 11353536.

HSL color Cylindrical-coordinate representation of color #C03DAD: hue angle of 308.7º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03DAD is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 61 173 -
CMYK 0 0.68 0.10 0.25
HSL 308.7º 0.52% 0.5% -
HSV(B) 308.7º 0.68% 0.75% -
XYZ 30.95 17.56 41.29 -
YUV 112.94 161.9 184.39 -
System Red Green Blue C M Y K H S L
Decimal 192 61 173 0 0.68 0.10 0.25 308.7 0.52 0.5
Hex C0 3D AD 0 44 A 19 135 34 32
Octal 300 75 255 0 104 12 31 465 64 62
Binary 11000000 111101 10101101 0 1000100 1010 11001 100110101 110100 110010

Color Harmonies of #C03DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DAD

Black with #C03DAD

Text Example


Text Example

White with #C03DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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