Html Css Color HEX #CC5FA1 Hopbush

📋 copy color: '#CC5FA1'

red 204 ◦ green 95 ◦ blue 161

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

Shades of Hopbush #CC5FA1

Tints of Hopbush #CC5FA1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.65%

 BLUE value IS 161 (63.28% from 255) = 35%

R = 44.35%
G = 20.65%
B = 35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC5FA1 (or 0xCC5FA1) is known color: Hopbush. HEX triplet: CC, 5F and A1. RGB value is (204,95,161). Sum of RGB (Red+Green+Blue) = 204+95+161=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5FA1 is #33A05E. Grayscale: #868686. Windows color (decimal): -3383391 or 10575820. OLE color: 10575820.

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

Color convert

RGB 204 95 161 -
CMYK 0 0.53 0.21 0.2
HSL 323.67º 0.52% 0.59% -
HSV(B) 323.67º 0.53% 0.8% -
XYZ 35.43 23.6 36.41 -
YUV 135.12 142.61 177.13 -
System Red Green Blue C M Y K H S L
Decimal 204 95 161 0 0.53 0.21 0.2 323.67 0.52 0.59
Hex CC 5F A1 0 35 15 14 144 34 3B
Octal 314 137 241 0 65 25 24 504 64 73
Binary 11001100 1011111 10100001 0 110101 10101 10100 101000100 110100 111011

Color Harmonies of #CC5FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FA1

Black with #CC5FA1

Text Example


Text Example

White with #CC5FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FA1; }

 p { color: rgb(204,95,161); }

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

background-color css

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

 a { background-color: rgb(204,95,161); }

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

border-color css

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

 span { border-color: rgb(204,95,161); }

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