Html Css Color HEX #CC407B Mulberry

📋 copy color: '#CC407B'

red 204 ◦ green 64 ◦ blue 123

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

Shades of Mulberry #CC407B

Tints of Mulberry #CC407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.37%

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 52.17%
G = 16.37%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC407B (or 0xCC407B) is known color: Mulberry. HEX triplet: CC, 40 and 7B. RGB value is (204,64,123). Sum of RGB (Red+Green+Blue) = 204+64+123=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC407B is #33BF84. Grayscale: #707070. Windows color (decimal): -3391365 or 8077516. OLE color: 8077516.

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

Color convert

RGB 204 64 123 -
CMYK 0 0.69 0.40 0.2
HSL 334.71º 0.58% 0.53% -
HSV(B) 334.71º 0.69% 0.8% -
XYZ 30.31 17.93 20.6 -
YUV 112.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 204 64 123 0 0.69 0.40 0.2 334.71 0.58 0.53
Hex CC 40 7B 0 45 28 14 14F 3A 35
Octal 314 100 173 0 105 50 24 517 72 65
Binary 11001100 1000000 1111011 0 1000101 101000 10100 101001111 111010 110101

Color Harmonies of #CC407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC407B

Black with #CC407B

Text Example


Text Example

White with #CC407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC407B; }

 p { color: rgb(204,64,123); }

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

background-color css

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

 a { background-color: rgb(204,64,123); }

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

border-color css

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

 span { border-color: rgb(204,64,123); }

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