Html Css Color HEX #C03BB2 Fuchsia

📋 copy color: '#C03BB2'

red 192 ◦ green 59 ◦ blue 178

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

Shades of Fuchsia #C03BB2

Tints of Fuchsia #C03BB2

RGB

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

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

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

R = 44.76%
G = 13.75%
B = 41.49%

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

#C03BB2 (or 0xC03BB2) is known color: Fuchsia. HEX triplet: C0, 3B and B2. RGB value is (192,59,178). Sum of RGB (Red+Green+Blue) = 192+59+178=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03BB2 is #3FC44D. Grayscale: #6F6F6F. Windows color (decimal): -4179022 or 11680704. OLE color: 11680704.

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

Color convert

RGB 192 59 178 -
CMYK 0 0.69 0.07 0.25
HSL 306.32º 0.53% 0.49% -
HSV(B) 306.32º 0.69% 0.75% -
XYZ 31.34 17.55 43.86 -
YUV 112.33 165.06 184.82 -
System Red Green Blue C M Y K H S L
Decimal 192 59 178 0 0.69 0.07 0.25 306.32 0.53 0.49
Hex C0 3B B2 0 45 7 19 132 35 31
Octal 300 73 262 0 105 7 31 462 65 61
Binary 11000000 111011 10110010 0 1000101 111 11001 100110010 110101 110001

Color Harmonies of #C03BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BB2

Black with #C03BB2

Text Example


Text Example

White with #C03BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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