Html Css Color HEX #C032B5 Fuchsia

📋 copy color: '#C032B5'

red 192 ◦ green 50 ◦ blue 181

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

Shades of Fuchsia #C032B5

Tints of Fuchsia #C032B5

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.82%

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

R = 45.39%
G = 11.82%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C032B5 (or 0xC032B5) is known color: Fuchsia. HEX triplet: C0, 32 and B5. RGB value is (192,50,181). Sum of RGB (Red+Green+Blue) = 192+50+181=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C032B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032B5 is #3FCD4A. Grayscale: #6B6B6B. Windows color (decimal): -4181323 or 11875008. OLE color: 11875008.

HSL color Cylindrical-coordinate representation of color #C032B5: hue angle of 304.65º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C032B5 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 181 -
CMYK 0 0.74 0.06 0.25
HSL 304.65º 0.59% 0.47% -
HSV(B) 304.65º 0.74% 0.75% -
XYZ 31.22 16.82 45.32 -
YUV 107.39 169.54 188.35 -
System Red Green Blue C M Y K H S L
Decimal 192 50 181 0 0.74 0.06 0.25 304.65 0.59 0.47
Hex C0 32 B5 0 4A 6 19 131 3B 2F
Octal 300 62 265 0 112 6 31 461 73 57
Binary 11000000 110010 10110101 0 1001010 110 11001 100110001 111011 101111

Color Harmonies of #C032B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032B5

Black with #C032B5

Text Example


Text Example

White with #C032B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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