Html Css Color HEX #C032B6 Fuchsia

📋 copy color: '#C032B6'

red 192 ◦ green 50 ◦ blue 182

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

Shades of Fuchsia #C032B6

Tints of Fuchsia #C032B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.92%

R = 45.28%
G = 11.79%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C032B6 (or 0xC032B6) is known color: Fuchsia. HEX triplet: C0, 32 and B6. RGB value is (192,50,182). Sum of RGB (Red+Green+Blue) = 192+50+182=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C032B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032B6 is #3FCD49. Grayscale: #6B6B6B. Windows color (decimal): -4181322 or 11940544. OLE color: 11940544.

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

Color convert

RGB 192 50 182 -
CMYK 0 0.74 0.05 0.25
HSL 304.23º 0.59% 0.47% -
HSV(B) 304.23º 0.74% 0.75% -
XYZ 31.32 16.87 45.86 -
YUV 107.51 170.04 188.27 -
System Red Green Blue C M Y K H S L
Decimal 192 50 182 0 0.74 0.05 0.25 304.23 0.59 0.47
Hex C0 32 B6 0 4A 5 19 130 3B 2F
Octal 300 62 266 0 112 5 31 460 73 57
Binary 11000000 110010 10110110 0 1001010 101 11001 100110000 111011 101111

Color Harmonies of #C032B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032B6

Black with #C032B6

Text Example


Text Example

White with #C032B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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