Html Css Color HEX #C03BB1 Fuchsia

📋 copy color: '#C03BB1'

red 192 ◦ green 59 ◦ blue 177

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

Shades of Fuchsia #C03BB1

Tints of Fuchsia #C03BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.36%

R = 44.86%
G = 13.79%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C03BB1 (or 0xC03BB1) is known color: Fuchsia. HEX triplet: C0, 3B and B1. RGB value is (192,59,177). Sum of RGB (Red+Green+Blue) = 192+59+177=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03BB1 is #3FC44E. Grayscale: #6F6F6F. Windows color (decimal): -4179023 or 11615168. OLE color: 11615168.

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

Color convert

RGB 192 59 177 -
CMYK 0 0.69 0.08 0.25
HSL 306.77º 0.53% 0.49% -
HSV(B) 306.77º 0.69% 0.75% -
XYZ 31.24 17.51 43.33 -
YUV 112.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 192 59 177 0 0.69 0.08 0.25 306.77 0.53 0.49
Hex C0 3B B1 0 45 8 19 133 35 31
Octal 300 73 261 0 105 10 31 463 65 61
Binary 11000000 111011 10110001 0 1000101 1000 11001 100110011 110101 110001

Color Harmonies of #C03BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BB1

Black with #C03BB1

Text Example


Text Example

White with #C03BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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