Html Css Color HEX #C952C7 Fuchsia

📋 copy color: '#C952C7'

red 201 ◦ green 82 ◦ blue 199

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

Shades of Fuchsia #C952C7

Tints of Fuchsia #C952C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.29%

R = 41.7%
G = 17.01%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C952C7 (or 0xC952C7) is known color: Fuchsia. HEX triplet: C9, 52 and C7. RGB value is (201,82,199). Sum of RGB (Red+Green+Blue) = 201+82+199=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C952C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952C7 is #36AD38. Grayscale: #828282. Windows color (decimal): -3583289 or 13062857. OLE color: 13062857.

HSL color Cylindrical-coordinate representation of color #C952C7: hue angle of 301.01º 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 #C952C7 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 82 199 -
CMYK 0 0.59 0.01 0.21
HSL 301.01º 0.52% 0.55% -
HSV(B) 301.01º 0.59% 0.79% -
XYZ 37.41 22.58 56.42 -
YUV 130.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 201 82 199 0 0.59 0.01 0.21 301.01 0.52 0.55
Hex C9 52 C7 0 3B 1 15 12D 34 37
Octal 311 122 307 0 73 1 25 455 64 67
Binary 11001001 1010010 11000111 0 111011 1 10101 100101101 110100 110111

Color Harmonies of #C952C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C952C7

Black with #C952C7

Text Example


Text Example

White with #C952C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C952C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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