Html Css Color HEX #C03BB3 Fuchsia

📋 copy color: '#C03BB3'

red 192 ◦ green 59 ◦ blue 179

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

Shades of Fuchsia #C03BB3

Tints of Fuchsia #C03BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.63%

R = 44.65%
G = 13.72%
B = 41.63%

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

#C03BB3 (or 0xC03BB3) is known color: Fuchsia. HEX triplet: C0, 3B and B3. RGB value is (192,59,179). Sum of RGB (Red+Green+Blue) = 192+59+179=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BB3 is #3FC44C. Grayscale: #707070. Windows color (decimal): -4179021 or 11746240. OLE color: 11746240.

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

Color convert

RGB 192 59 179 -
CMYK 0 0.69 0.07 0.25
HSL 305.86º 0.53% 0.49% -
HSV(B) 305.86º 0.69% 0.75% -
XYZ 31.44 17.59 44.39 -
YUV 112.45 165.56 184.74 -
System Red Green Blue C M Y K H S L
Decimal 192 59 179 0 0.69 0.07 0.25 305.86 0.53 0.49
Hex C0 3B B3 0 45 7 19 132 35 31
Octal 300 73 263 0 105 7 31 462 65 61
Binary 11000000 111011 10110011 0 1000101 111 11001 100110010 110101 110001

Color Harmonies of #C03BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BB3

Black with #C03BB3

Text Example


Text Example

White with #C03BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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