Html Css Color HEX #CE4D7D Cranberry

📋 copy color: '#CE4D7D'

red 206 ◦ green 77 ◦ blue 125

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

Shades of Cranberry #CE4D7D

Tints of Cranberry #CE4D7D

RGB

 RED value IS 206 (80.86% from 255) = 50.49%

 GREEN value IS 77 (30.47% from 255) = 18.87%

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 50.49%
G = 18.87%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE4D7D (or 0xCE4D7D) is known color: Cranberry. HEX triplet: CE, 4D and 7D. RGB value is (206,77,125). Sum of RGB (Red+Green+Blue) = 206+77+125=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4D7D is #31B282. Grayscale: #787878. Windows color (decimal): -3256963 or 8211918. OLE color: 8211918.

HSL color Cylindrical-coordinate representation of color #CE4D7D: hue angle of 337.67º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4D7D is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 77 125 -
CMYK 0 0.63 0.39 0.19
HSL 337.67º 0.57% 0.55% -
HSV(B) 337.67º 0.63% 0.81% -
XYZ 31.81 19.91 21.57 -
YUV 121.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 206 77 125 0 0.63 0.39 0.19 337.67 0.57 0.55
Hex CE 4D 7D 0 3F 27 13 152 39 37
Octal 316 115 175 0 77 47 23 522 71 67
Binary 11001110 1001101 1111101 0 111111 100111 10011 101010010 111001 110111

Color Harmonies of #CE4D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4D7D

Black with #CE4D7D

Text Example


Text Example

White with #CE4D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4D7D; }

 p { color: rgb(206,77,125); }

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

background-color css

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

 a { background-color: rgb(206,77,125); }

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

border-color css

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

 span { border-color: rgb(206,77,125); }

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