Html Css Color HEX #C03CBE Fuchsia

📋 copy color: '#C03CBE'

red 192 ◦ green 60 ◦ blue 190

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

Shades of Fuchsia #C03CBE

Tints of Fuchsia #C03CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 43.44%
G = 13.57%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C03CBE (or 0xC03CBE) is known color: Fuchsia. HEX triplet: C0, 3C and BE. RGB value is (192,60,190). Sum of RGB (Red+Green+Blue) = 192+60+190=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CBE is #3FC341. Grayscale: #717171. Windows color (decimal): -4178754 or 12467392. OLE color: 12467392.

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

Color convert

RGB 192 60 190 -
CMYK 0 0.69 0.01 0.25
HSL 300.91º 0.52% 0.49% -
HSV(B) 300.91º 0.69% 0.75% -
XYZ 32.65 18.16 50.5 -
YUV 114.29 170.73 183.43 -
System Red Green Blue C M Y K H S L
Decimal 192 60 190 0 0.69 0.01 0.25 300.91 0.52 0.49
Hex C0 3C BE 0 45 1 19 12D 34 31
Octal 300 74 276 0 105 1 31 455 64 61
Binary 11000000 111100 10111110 0 1000101 1 11001 100101101 110100 110001

Color Harmonies of #C03CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CBE

Black with #C03CBE

Text Example


Text Example

White with #C03CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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