Html Css Color HEX #CE407A Cranberry

📋 copy color: '#CE407A'

red 206 ◦ green 64 ◦ blue 122

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

Shades of Cranberry #CE407A

Tints of Cranberry #CE407A

RGB

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

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

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

R = 52.55%
G = 16.33%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE407A (or 0xCE407A) is known color: Cranberry. HEX triplet: CE, 40 and 7A. RGB value is (206,64,122). Sum of RGB (Red+Green+Blue) = 206+64+122=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE407A is #31BF85. Grayscale: #707070. Windows color (decimal): -3260294 or 8011982. OLE color: 8011982.

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

Color convert

RGB 206 64 122 -
CMYK 0 0.69 0.41 0.19
HSL 335.49º 0.59% 0.53% -
HSV(B) 335.49º 0.69% 0.81% -
XYZ 30.8 18.19 20.3 -
YUV 113.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 206 64 122 0 0.69 0.41 0.19 335.49 0.59 0.53
Hex CE 40 7A 0 45 29 13 14F 3B 35
Octal 316 100 172 0 105 51 23 517 73 65
Binary 11001110 1000000 1111010 0 1000101 101001 10011 101001111 111011 110101

Color Harmonies of #CE407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE407A

Black with #CE407A

Text Example


Text Example

White with #CE407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE407A; }

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

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

background-color css

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

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

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

border-color css

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

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

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