Html Css Color HEX #C032B9 Fuchsia

📋 copy color: '#C032B9'

red 192 ◦ green 50 ◦ blue 185

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

Shades of Fuchsia #C032B9

Tints of Fuchsia #C032B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.33%

R = 44.96%
G = 11.71%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C032B9 (or 0xC032B9) is known color: Fuchsia. HEX triplet: C0, 32 and B9. RGB value is (192,50,185). Sum of RGB (Red+Green+Blue) = 192+50+185=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C032B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032B9 is #3FCD46. Grayscale: #6B6B6B. Windows color (decimal): -4181319 or 12137152. OLE color: 12137152.

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

Color convert

RGB 192 50 185 -
CMYK 0 0.74 0.04 0.25
HSL 302.96º 0.59% 0.47% -
HSV(B) 302.96º 0.74% 0.75% -
XYZ 31.64 16.99 47.51 -
YUV 107.85 171.54 188.02 -
System Red Green Blue C M Y K H S L
Decimal 192 50 185 0 0.74 0.04 0.25 302.96 0.59 0.47
Hex C0 32 B9 0 4A 4 19 12F 3B 2F
Octal 300 62 271 0 112 4 31 457 73 57
Binary 11000000 110010 10111001 0 1001010 100 11001 100101111 111011 101111

Color Harmonies of #C032B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032B9

Black with #C032B9

Text Example


Text Example

White with #C032B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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