Html Css Color HEX #CC5F8D Hopbush

📋 copy color: '#CC5F8D'

red 204 ◦ green 95 ◦ blue 141

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

Shades of Hopbush #CC5F8D

Tints of Hopbush #CC5F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.05%

R = 46.36%
G = 21.59%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC5F8D (or 0xCC5F8D) is known color: Hopbush. HEX triplet: CC, 5F and 8D. RGB value is (204,95,141). Sum of RGB (Red+Green+Blue) = 204+95+141=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5F8D is #33A072. Grayscale: #848484. Windows color (decimal): -3383411 or 9265100. OLE color: 9265100.

HSL color Cylindrical-coordinate representation of color #CC5F8D: hue angle of 334.68º 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 #CC5F8D is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 95 141 -
CMYK 0 0.53 0.31 0.2
HSL 334.68º 0.52% 0.59% -
HSV(B) 334.68º 0.53% 0.8% -
XYZ 33.8 22.94 27.85 -
YUV 132.84 132.61 178.76 -
System Red Green Blue C M Y K H S L
Decimal 204 95 141 0 0.53 0.31 0.2 334.68 0.52 0.59
Hex CC 5F 8D 0 35 1F 14 14F 34 3B
Octal 314 137 215 0 65 37 24 517 64 73
Binary 11001100 1011111 10001101 0 110101 11111 10100 101001111 110100 111011

Color Harmonies of #CC5F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5F8D

Black with #CC5F8D

Text Example


Text Example

White with #CC5F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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