Html Css Color HEX #C03CB5 Fuchsia

📋 copy color: '#C03CB5'

red 192 ◦ green 60 ◦ blue 181

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

Shades of Fuchsia #C03CB5

Tints of Fuchsia #C03CB5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.86%

 BLUE value IS 181 (71.09% from 255) = 41.8%

R = 44.34%
G = 13.86%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C03CB5 (or 0xC03CB5) is known color: Fuchsia. HEX triplet: C0, 3C and B5. RGB value is (192,60,181). Sum of RGB (Red+Green+Blue) = 192+60+181=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CB5 is #3FC34A. Grayscale: #707070. Windows color (decimal): -4178763 or 11877568. OLE color: 11877568.

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

Color convert

RGB 192 60 181 -
CMYK 0 0.69 0.06 0.25
HSL 305º 0.52% 0.49% -
HSV(B) 305º 0.69% 0.75% -
XYZ 31.69 17.77 45.48 -
YUV 113.26 166.23 184.16 -
System Red Green Blue C M Y K H S L
Decimal 192 60 181 0 0.69 0.06 0.25 305 0.52 0.49
Hex C0 3C B5 0 45 6 19 131 34 31
Octal 300 74 265 0 105 6 31 461 64 61
Binary 11000000 111100 10110101 0 1000101 110 11001 100110001 110100 110001

Color Harmonies of #C03CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CB5

Black with #C03CB5

Text Example


Text Example

White with #C03CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CB5; }

 p { color: rgb(192,60,181); }

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

background-color css

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

 a { background-color: rgb(192,60,181); }

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

border-color css

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

 span { border-color: rgb(192,60,181); }

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