Html Css Color HEX #C952BC Fuchsia

📋 copy color: '#C952BC'

red 201 ◦ green 82 ◦ blue 188

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

Shades of Fuchsia #C952BC

Tints of Fuchsia #C952BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 42.68%
G = 17.41%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C952BC (or 0xC952BC) is known color: Fuchsia. HEX triplet: C9, 52 and BC. RGB value is (201,82,188). Sum of RGB (Red+Green+Blue) = 201+82+188=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C952BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952BC is #36AD43. Grayscale: #818181. Windows color (decimal): -3583300 or 12341961. OLE color: 12341961.

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

Color convert

RGB 201 82 188 -
CMYK 0 0.59 0.06 0.21
HSL 306.55º 0.52% 0.55% -
HSV(B) 306.55º 0.59% 0.79% -
XYZ 36.18 22.08 49.93 -
YUV 129.67 160.92 178.88 -
System Red Green Blue C M Y K H S L
Decimal 201 82 188 0 0.59 0.06 0.21 306.55 0.52 0.55
Hex C9 52 BC 0 3B 6 15 133 34 37
Octal 311 122 274 0 73 6 25 463 64 67
Binary 11001001 1010010 10111100 0 111011 110 10101 100110011 110100 110111

Color Harmonies of #C952BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C952BC

Black with #C952BC

Text Example


Text Example

White with #C952BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C952BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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