Html Css Color HEX #CC507F Cranberry

📋 copy color: '#CC507F'

red 204 ◦ green 80 ◦ blue 127

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

Shades of Cranberry #CC507F

Tints of Cranberry #CC507F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.46%

 BLUE value IS 127 (50% from 255) = 30.9%

R = 49.64%
G = 19.46%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC507F (or 0xCC507F) is known color: Cranberry. HEX triplet: CC, 50 and 7F. RGB value is (204,80,127). Sum of RGB (Red+Green+Blue) = 204+80+127=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC507F is #33AF80. Grayscale: #7A7A7A. Windows color (decimal): -3387265 or 8343756. OLE color: 8343756.

HSL color Cylindrical-coordinate representation of color #CC507F: hue angle of 337.26º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC507F is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 80 127 -
CMYK 0 0.61 0.38 0.2
HSL 337.26º 0.55% 0.56% -
HSV(B) 337.26º 0.61% 0.8% -
XYZ 31.6 20.11 22.29 -
YUV 122.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 204 80 127 0 0.61 0.38 0.2 337.26 0.55 0.56
Hex CC 50 7F 0 3D 26 14 151 37 38
Octal 314 120 177 0 75 46 24 521 67 70
Binary 11001100 1010000 1111111 0 111101 100110 10100 101010001 110111 111000

Color Harmonies of #CC507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC507F

Black with #CC507F

Text Example


Text Example

White with #CC507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC507F; }

 p { color: rgb(204,80,127); }

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

background-color css

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

 a { background-color: rgb(204,80,127); }

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

border-color css

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

 span { border-color: rgb(204,80,127); }

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