Html Css Color HEX #C03CBA Fuchsia

📋 copy color: '#C03CBA'

red 192 ◦ green 60 ◦ blue 186

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

Shades of Fuchsia #C03CBA

Tints of Fuchsia #C03CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 43.84%
G = 13.7%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C03CBA (or 0xC03CBA) is known color: Fuchsia. HEX triplet: C0, 3C and BA. RGB value is (192,60,186). Sum of RGB (Red+Green+Blue) = 192+60+186=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CBA is #3FC345. Grayscale: #717171. Windows color (decimal): -4178758 or 12205248. OLE color: 12205248.

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

Color convert

RGB 192 60 186 -
CMYK 0 0.69 0.03 0.25
HSL 302.73º 0.52% 0.49% -
HSV(B) 302.73º 0.69% 0.75% -
XYZ 32.22 17.98 48.23 -
YUV 113.83 168.73 183.75 -
System Red Green Blue C M Y K H S L
Decimal 192 60 186 0 0.69 0.03 0.25 302.73 0.52 0.49
Hex C0 3C BA 0 45 3 19 12F 34 31
Octal 300 74 272 0 105 3 31 457 64 61
Binary 11000000 111100 10111010 0 1000101 11 11001 100101111 110100 110001

Color Harmonies of #C03CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CBA

Black with #C03CBA

Text Example


Text Example

White with #C03CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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