Html Css Color HEX #C952BE Fuchsia

📋 copy color: '#C952BE'

red 201 ◦ green 82 ◦ blue 190

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

Shades of Fuchsia #C952BE

Tints of Fuchsia #C952BE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.34%

 BLUE value IS 190 (74.61% from 255) = 40.17%

R = 42.49%
G = 17.34%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C952BE (or 0xC952BE) is known color: Fuchsia. HEX triplet: C9, 52 and BE. RGB value is (201,82,190). Sum of RGB (Red+Green+Blue) = 201+82+190=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C952BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952BE is #36AD41. Grayscale: #818181. Windows color (decimal): -3583298 or 12473033. OLE color: 12473033.

HSL color Cylindrical-coordinate representation of color #C952BE: hue angle of 305.55º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C952BE is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 82 190 -
CMYK 0 0.59 0.05 0.21
HSL 305.55º 0.52% 0.55% -
HSV(B) 305.55º 0.59% 0.79% -
XYZ 36.4 22.17 51.08 -
YUV 129.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 201 82 190 0 0.59 0.05 0.21 305.55 0.52 0.55
Hex C9 52 BE 0 3B 5 15 132 34 37
Octal 311 122 276 0 73 5 25 462 64 67
Binary 11001001 1010010 10111110 0 111011 101 10101 100110010 110100 110111

Color Harmonies of #C952BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C952BE

Black with #C952BE

Text Example


Text Example

White with #C952BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C952BE; }

 p { color: rgb(201,82,190); }

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

background-color css

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

 a { background-color: rgb(201,82,190); }

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

border-color css

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

 span { border-color: rgb(201,82,190); }

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