Html Css Color HEX #C032BB Fuchsia

📋 copy color: '#C032BB'

red 192 ◦ green 50 ◦ blue 187

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

Shades of Fuchsia #C032BB

Tints of Fuchsia #C032BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.59%

R = 44.76%
G = 11.66%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C032BB (or 0xC032BB) is known color: Fuchsia. HEX triplet: C0, 32 and BB. RGB value is (192,50,187). Sum of RGB (Red+Green+Blue) = 192+50+187=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C032BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032BB is #3FCD44. Grayscale: #6B6B6B. Windows color (decimal): -4181317 or 12268224. OLE color: 12268224.

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

Color convert

RGB 192 50 187 -
CMYK 0 0.74 0.03 0.25
HSL 302.11º 0.59% 0.47% -
HSV(B) 302.11º 0.74% 0.75% -
XYZ 31.85 17.08 48.63 -
YUV 108.08 172.54 187.86 -
System Red Green Blue C M Y K H S L
Decimal 192 50 187 0 0.74 0.03 0.25 302.11 0.59 0.47
Hex C0 32 BB 0 4A 3 19 12E 3B 2F
Octal 300 62 273 0 112 3 31 456 73 57
Binary 11000000 110010 10111011 0 1001010 11 11001 100101110 111011 101111

Color Harmonies of #C032BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032BB

Black with #C032BB

Text Example


Text Example

White with #C032BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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