Html Css Color HEX #C03CBC Fuchsia

📋 copy color: '#C03CBC'

red 192 ◦ green 60 ◦ blue 188

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

Shades of Fuchsia #C03CBC

Tints of Fuchsia #C03CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.73%

R = 43.64%
G = 13.64%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C03CBC (or 0xC03CBC) is known color: Fuchsia. HEX triplet: C0, 3C and BC. RGB value is (192,60,188). Sum of RGB (Red+Green+Blue) = 192+60+188=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CBC is #3FC343. Grayscale: #717171. Windows color (decimal): -4178756 or 12336320. OLE color: 12336320.

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

Color convert

RGB 192 60 188 -
CMYK 0 0.69 0.02 0.25
HSL 301.82º 0.52% 0.49% -
HSV(B) 301.82º 0.69% 0.75% -
XYZ 32.43 18.07 49.36 -
YUV 114.06 169.73 183.59 -
System Red Green Blue C M Y K H S L
Decimal 192 60 188 0 0.69 0.02 0.25 301.82 0.52 0.49
Hex C0 3C BC 0 45 2 19 12E 34 31
Octal 300 74 274 0 105 2 31 456 64 61
Binary 11000000 111100 10111100 0 1000101 10 11001 100101110 110100 110001

Color Harmonies of #C03CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CBC

Black with #C03CBC

Text Example


Text Example

White with #C03CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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