Html Css Color HEX #C932CA Fuchsia

📋 copy color: '#C932CA'

red 201 ◦ green 50 ◦ blue 202

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

Shades of Fuchsia #C932CA

Tints of Fuchsia #C932CA

RGB

 RED value IS 201 (78.91% from 255) = 44.37%

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

 BLUE value IS 202 (79.3% from 255) = 44.59%

R = 44.37%
G = 11.04%
B = 44.59%

CMYK

 C value IS 0.00

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C932CA (or 0xC932CA) is known color: Fuchsia. HEX triplet: C9, 32 and CA. RGB value is (201,50,202). Sum of RGB (Red+Green+Blue) = 201+50+202=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #C932CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932CA is #36CD35. Grayscale: #707070. Windows color (decimal): -3591478 or 13251273. OLE color: 13251273.

HSL color Cylindrical-coordinate representation of color #C932CA: hue angle of 299.61º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C932CA is Cyan = 0.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 50 202 -
CMYK 0.00 0.75 0 0.21
HSL 299.61º 0.6% 0.49% -
HSV(B) 299.61º 0.75% 0.79% -
XYZ 35.89 18.96 57.65 -
YUV 112.48 178.53 191.14 -
System Red Green Blue C M Y K H S L
Decimal 201 50 202 0.00 0.75 0 0.21 299.61 0.6 0.49
Hex C9 32 CA 0 4B 0 15 12C 3C 31
Octal 311 62 312 0 113 0 25 454 74 61
Binary 11001001 110010 11001010 0 1001011 0 10101 100101100 111100 110001

Color Harmonies of #C932CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C932CA

Black with #C932CA

Text Example


Text Example

White with #C932CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C932CA; }

 p { color: rgb(201,50,202); }

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

background-color css

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

 a { background-color: rgb(201,50,202); }

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

border-color css

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

 span { border-color: rgb(201,50,202); }

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