Html Css Color HEX #C03BB5 Fuchsia

📋 copy color: '#C03BB5'

red 192 ◦ green 59 ◦ blue 181

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

Shades of Fuchsia #C03BB5

Tints of Fuchsia #C03BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.9%

R = 44.44%
G = 13.66%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C03BB5 (or 0xC03BB5) is known color: Fuchsia. HEX triplet: C0, 3B and B5. RGB value is (192,59,181). Sum of RGB (Red+Green+Blue) = 192+59+181=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BB5 is #3FC44A. Grayscale: #707070. Windows color (decimal): -4179019 or 11877312. OLE color: 11877312.

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

Color convert

RGB 192 59 181 -
CMYK 0 0.69 0.06 0.25
HSL 304.96º 0.53% 0.49% -
HSV(B) 304.96º 0.69% 0.75% -
XYZ 31.64 17.67 45.46 -
YUV 112.68 166.56 184.58 -
System Red Green Blue C M Y K H S L
Decimal 192 59 181 0 0.69 0.06 0.25 304.96 0.53 0.49
Hex C0 3B B5 0 45 6 19 131 35 31
Octal 300 73 265 0 105 6 31 461 65 61
Binary 11000000 111011 10110101 0 1000101 110 11001 100110001 110101 110001

Color Harmonies of #C03BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BB5

Black with #C03BB5

Text Example


Text Example

White with #C03BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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