Html Css Color HEX #CC407A Cranberry

📋 copy color: '#CC407A'

red 204 ◦ green 64 ◦ blue 122

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

Shades of Cranberry #CC407A

Tints of Cranberry #CC407A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.28%

R = 52.31%
G = 16.41%
B = 31.28%

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

#CC407A (or 0xCC407A) is known color: Cranberry. HEX triplet: CC, 40 and 7A. RGB value is (204,64,122). Sum of RGB (Red+Green+Blue) = 204+64+122=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC407A is #33BF85. Grayscale: #707070. Windows color (decimal): -3391366 or 8011980. OLE color: 8011980.

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

Color convert

RGB 204 64 122 -
CMYK 0 0.69 0.40 0.2
HSL 335.14º 0.58% 0.53% -
HSV(B) 335.14º 0.69% 0.8% -
XYZ 30.25 17.91 20.27 -
YUV 112.47 133.38 193.28 -
System Red Green Blue C M Y K H S L
Decimal 204 64 122 0 0.69 0.40 0.2 335.14 0.58 0.53
Hex CC 40 7A 0 45 28 14 14F 3A 35
Octal 314 100 172 0 105 50 24 517 72 65
Binary 11001100 1000000 1111010 0 1000101 101000 10100 101001111 111010 110101

Color Harmonies of #CC407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC407A

Black with #CC407A

Text Example


Text Example

White with #CC407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC407A; }

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

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

background-color css

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

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

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

border-color css

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

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

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