Html Css Color HEX #C03ACD Fuchsia

📋 copy color: '#C03ACD'

red 192 ◦ green 58 ◦ blue 205

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

Shades of Fuchsia #C03ACD

Tints of Fuchsia #C03ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.75%

 BLUE value IS 205 (80.47% from 255) = 45.05%

R = 42.2%
G = 12.75%
B = 45.05%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C03ACD (or 0xC03ACD) is known color: Fuchsia. HEX triplet: C0, 3A and CD. RGB value is (192,58,205). Sum of RGB (Red+Green+Blue) = 192+58+205=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #C03ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ACD is #3FC532. Grayscale: #727272. Windows color (decimal): -4179251 or 13449920. OLE color: 13449920.

HSL color Cylindrical-coordinate representation of color #C03ACD: hue angle of 294.69º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03ACD is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 58 205 -
CMYK 0.06 0.72 0 0.20
HSL 294.69º 0.6% 0.52% -
HSV(B) 294.69º 0.72% 0.8% -
XYZ 34.27 18.64 59.55 -
YUV 114.82 178.89 183.05 -
System Red Green Blue C M Y K H S L
Decimal 192 58 205 0.06 0.72 0 0.20 294.69 0.6 0.52
Hex C0 3A CD 6 48 0 14 127 3C 34
Octal 300 72 315 6 110 0 24 447 74 64
Binary 11000000 111010 11001101 110 1001000 0 10100 100100111 111100 110100

Color Harmonies of #C03ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03ACD

Black with #C03ACD

Text Example


Text Example

White with #C03ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03ACD; }

 p { color: rgb(192,58,205); }

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

background-color css

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

 a { background-color: rgb(192,58,205); }

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

border-color css

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

 span { border-color: rgb(192,58,205); }

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