Html Css Color HEX #C03DA8 Fuchsia

📋 copy color: '#C03DA8'

red 192 ◦ green 61 ◦ blue 168

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

Shades of Fuchsia #C03DA8

Tints of Fuchsia #C03DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.9%

R = 45.61%
G = 14.49%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C03DA8 (or 0xC03DA8) is known color: Fuchsia. HEX triplet: C0, 3D and A8. RGB value is (192,61,168). Sum of RGB (Red+Green+Blue) = 192+61+168=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03DA8 is #3FC257. Grayscale: #707070. Windows color (decimal): -4178520 or 11025856. OLE color: 11025856.

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

Color convert

RGB 192 61 168 -
CMYK 0 0.68 0.12 0.25
HSL 310.99º 0.52% 0.5% -
HSV(B) 310.99º 0.68% 0.75% -
XYZ 30.47 17.37 38.79 -
YUV 112.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 192 61 168 0 0.68 0.12 0.25 310.99 0.52 0.5
Hex C0 3D A8 0 44 C 19 137 34 32
Octal 300 75 250 0 104 14 31 467 64 62
Binary 11000000 111101 10101000 0 1000100 1100 11001 100110111 110100 110010

Color Harmonies of #C03DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DA8

Black with #C03DA8

Text Example


Text Example

White with #C03DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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