Html Css Color HEX #CE417C Cranberry

📋 copy color: '#CE417C'

red 206 ◦ green 65 ◦ blue 124

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

Shades of Cranberry #CE417C

Tints of Cranberry #CE417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.46%

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 52.15%
G = 16.46%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE417C (or 0xCE417C) is known color: Cranberry. HEX triplet: CE, 41 and 7C. RGB value is (206,65,124). Sum of RGB (Red+Green+Blue) = 206+65+124=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE417C is #31BE83. Grayscale: #717171. Windows color (decimal): -3260036 or 8143310. OLE color: 8143310.

HSL color Cylindrical-coordinate representation of color #CE417C: hue angle of 334.89º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE417C is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 65 124 -
CMYK 0 0.68 0.40 0.19
HSL 334.89º 0.59% 0.53% -
HSV(B) 334.89º 0.68% 0.81% -
XYZ 30.98 18.36 20.98 -
YUV 113.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 206 65 124 0 0.68 0.40 0.19 334.89 0.59 0.53
Hex CE 41 7C 0 44 28 13 14F 3B 35
Octal 316 101 174 0 104 50 23 517 73 65
Binary 11001110 1000001 1111100 0 1000100 101000 10011 101001111 111011 110101

Color Harmonies of #CE417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE417C

Black with #CE417C

Text Example


Text Example

White with #CE417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE417C; }

 p { color: rgb(206,65,124); }

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

background-color css

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

 a { background-color: rgb(206,65,124); }

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

border-color css

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

 span { border-color: rgb(206,65,124); }

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