Html Css Color HEX #CC52BD Fuchsia

📋 copy color: '#CC52BD'

red 204 ◦ green 82 ◦ blue 189

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

Shades of Fuchsia #CC52BD

Tints of Fuchsia #CC52BD

RGB

 RED value IS 204 (80.08% from 255) = 42.95%

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

 BLUE value IS 189 (74.22% from 255) = 39.79%

R = 42.95%
G = 17.26%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC52BD (or 0xCC52BD) is known color: Fuchsia. HEX triplet: CC, 52 and BD. RGB value is (204,82,189). Sum of RGB (Red+Green+Blue) = 204+82+189=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52BD is #33AD42. Grayscale: #828282. Windows color (decimal): -3386691 or 12407500. OLE color: 12407500.

HSL color Cylindrical-coordinate representation of color #CC52BD: hue angle of 307.38º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC52BD is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 82 189 -
CMYK 0 0.60 0.07 0.2
HSL 307.38º 0.54% 0.56% -
HSV(B) 307.38º 0.6% 0.8% -
XYZ 37.1 22.55 50.54 -
YUV 130.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 204 82 189 0 0.60 0.07 0.2 307.38 0.54 0.56
Hex CC 52 BD 0 3C 7 14 133 36 38
Octal 314 122 275 0 74 7 24 463 66 70
Binary 11001100 1010010 10111101 0 111100 111 10100 100110011 110110 111000

Color Harmonies of #CC52BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52BD

Black with #CC52BD

Text Example


Text Example

White with #CC52BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC52BD; }

 p { color: rgb(204,82,189); }

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

background-color css

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

 a { background-color: rgb(204,82,189); }

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

border-color css

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

 span { border-color: rgb(204,82,189); }

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