Html Css Color HEX #C03CB2 Fuchsia

📋 copy color: '#C03CB2'

red 192 ◦ green 60 ◦ blue 178

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

Shades of Fuchsia #C03CB2

Tints of Fuchsia #C03CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.4%

R = 44.65%
G = 13.95%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C03CB2 (or 0xC03CB2) is known color: Fuchsia. HEX triplet: C0, 3C and B2. RGB value is (192,60,178). Sum of RGB (Red+Green+Blue) = 192+60+178=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03CB2 is #3FC34D. Grayscale: #707070. Windows color (decimal): -4178766 or 11680960. OLE color: 11680960.

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

Color convert

RGB 192 60 178 -
CMYK 0 0.69 0.07 0.25
HSL 306.36º 0.52% 0.49% -
HSV(B) 306.36º 0.69% 0.75% -
XYZ 31.39 17.65 43.87 -
YUV 112.92 164.73 184.41 -
System Red Green Blue C M Y K H S L
Decimal 192 60 178 0 0.69 0.07 0.25 306.36 0.52 0.49
Hex C0 3C B2 0 45 7 19 132 34 31
Octal 300 74 262 0 105 7 31 462 64 61
Binary 11000000 111100 10110010 0 1000101 111 11001 100110010 110100 110001

Color Harmonies of #C03CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CB2

Black with #C03CB2

Text Example


Text Example

White with #C03CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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