Html Css Color HEX #C03DAF Fuchsia

📋 copy color: '#C03DAF'

red 192 ◦ green 61 ◦ blue 175

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

Shades of Fuchsia #C03DAF

Tints of Fuchsia #C03DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.89%

R = 44.86%
G = 14.25%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C03DAF (or 0xC03DAF) is known color: Fuchsia. HEX triplet: C0, 3D and AF. RGB value is (192,61,175). Sum of RGB (Red+Green+Blue) = 192+61+175=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03DAF is #3FC250. Grayscale: #707070. Windows color (decimal): -4178513 or 11484608. OLE color: 11484608.

HSL color Cylindrical-coordinate representation of color #C03DAF: hue angle of 307.79º 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 #C03DAF is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 61 175 -
CMYK 0 0.68 0.09 0.25
HSL 307.79º 0.52% 0.5% -
HSV(B) 307.79º 0.68% 0.75% -
XYZ 31.14 17.64 42.32 -
YUV 113.17 162.9 184.23 -
System Red Green Blue C M Y K H S L
Decimal 192 61 175 0 0.68 0.09 0.25 307.79 0.52 0.5
Hex C0 3D AF 0 44 9 19 134 34 32
Octal 300 75 257 0 104 11 31 464 64 62
Binary 11000000 111101 10101111 0 1000100 1001 11001 100110100 110100 110010

Color Harmonies of #C03DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DAF

Black with #C03DAF

Text Example


Text Example

White with #C03DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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