Html Css Color HEX #C03BCC Fuchsia

📋 copy color: '#C03BCC'

red 192 ◦ green 59 ◦ blue 204

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

Shades of Fuchsia #C03BCC

Tints of Fuchsia #C03BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.97%

 BLUE value IS 204 (80.08% from 255) = 44.84%

R = 42.2%
G = 12.97%
B = 44.84%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C03BCC (or 0xC03BCC) is known color: Fuchsia. HEX triplet: C0, 3B and CC. RGB value is (192,59,204). Sum of RGB (Red+Green+Blue) = 192+59+204=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #C03BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BCC is #3FC433. Grayscale: #727272. Windows color (decimal): -4178996 or 13384640. OLE color: 13384640.

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

Color convert

RGB 192 59 204 -
CMYK 0.06 0.71 0 0.2
HSL 295.03º 0.59% 0.52% -
HSV(B) 295.03º 0.71% 0.8% -
XYZ 34.2 18.69 58.93 -
YUV 115.3 178.06 182.71 -
System Red Green Blue C M Y K H S L
Decimal 192 59 204 0.06 0.71 0 0.2 295.03 0.59 0.52
Hex C0 3B CC 6 47 0 14 127 3B 34
Octal 300 73 314 6 107 0 24 447 73 64
Binary 11000000 111011 11001100 110 1000111 0 10100 100100111 111011 110100

Color Harmonies of #C03BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BCC

Black with #C03BCC

Text Example


Text Example

White with #C03BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BCC; }

 p { color: rgb(192,59,204); }

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

background-color css

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

 a { background-color: rgb(192,59,204); }

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

border-color css

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

 span { border-color: rgb(192,59,204); }

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