Html Css Color HEX #CE417A Cranberry

📋 copy color: '#CE417A'

red 206 ◦ green 65 ◦ blue 122

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

Shades of Cranberry #CE417A

Tints of Cranberry #CE417A

RGB

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

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

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

R = 52.42%
G = 16.54%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE417A (or 0xCE417A) is known color: Cranberry. HEX triplet: CE, 41 and 7A. RGB value is (206,65,122). Sum of RGB (Red+Green+Blue) = 206+65+122=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE417A is #31BE85. Grayscale: #717171. Windows color (decimal): -3260038 or 8012238. OLE color: 8012238.

HSL color Cylindrical-coordinate representation of color #CE417A: hue angle of 335.74º 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 #CE417A is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 65 122 -
CMYK 0 0.68 0.41 0.19
HSL 335.74º 0.59% 0.53% -
HSV(B) 335.74º 0.68% 0.81% -
XYZ 30.86 18.31 20.32 -
YUV 113.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 206 65 122 0 0.68 0.41 0.19 335.74 0.59 0.53
Hex CE 41 7A 0 44 29 13 150 3B 35
Octal 316 101 172 0 104 51 23 520 73 65
Binary 11001110 1000001 1111010 0 1000100 101001 10011 101010000 111011 110101

Color Harmonies of #CE417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE417A

Black with #CE417A

Text Example


Text Example

White with #CE417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE417A; }

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

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

background-color css

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

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

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

border-color css

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

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

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