Html Css Color HEX #CC38AA Mulberry

📋 copy color: '#CC38AA'

red 204 ◦ green 56 ◦ blue 170

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

Shades of Mulberry #CC38AA

Tints of Mulberry #CC38AA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.02%

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 47.44%
G = 13.02%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC38AA (or 0xCC38AA) is known color: Mulberry. HEX triplet: CC, 38 and AA. RGB value is (204,56,170). Sum of RGB (Red+Green+Blue) = 204+56+170=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC38AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC38AA is #33C755. Grayscale: #707070. Windows color (decimal): -3393366 or 11155660. OLE color: 11155660.

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

Color convert

RGB 204 56 170 -
CMYK 0 0.73 0.17 0.2
HSL 313.78º 0.59% 0.51% -
HSV(B) 313.78º 0.73% 0.8% -
XYZ 33.57 18.57 39.84 -
YUV 113.25 160.03 192.73 -
System Red Green Blue C M Y K H S L
Decimal 204 56 170 0 0.73 0.17 0.2 313.78 0.59 0.51
Hex CC 38 AA 0 49 11 14 13A 3B 33
Octal 314 70 252 0 111 21 24 472 73 63
Binary 11001100 111000 10101010 0 1001001 10001 10100 100111010 111011 110011

Color Harmonies of #CC38AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC38AA

Black with #CC38AA

Text Example


Text Example

White with #CC38AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC38AA; }

 p { color: rgb(204,56,170); }

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

background-color css

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

 a { background-color: rgb(204,56,170); }

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

border-color css

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

 span { border-color: rgb(204,56,170); }

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