Html Css Color HEX #CE419B Mulberry

📋 copy color: '#CE419B'

red 206 ◦ green 65 ◦ blue 155

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

Shades of Mulberry #CE419B

Tints of Mulberry #CE419B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 48.36%
G = 15.26%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE419B (or 0xCE419B) is known color: Mulberry. HEX triplet: CE, 41 and 9B. RGB value is (206,65,155). Sum of RGB (Red+Green+Blue) = 206+65+155=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE419B is #31BE64. Grayscale: #757575. Windows color (decimal): -3260005 or 10174926. OLE color: 10174926.

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

Color convert

RGB 206 65 155 -
CMYK 0 0.68 0.25 0.19
HSL 321.7º 0.59% 0.53% -
HSV(B) 321.7º 0.68% 0.81% -
XYZ 33.26 19.27 32.98 -
YUV 117.42 149.21 191.18 -
System Red Green Blue C M Y K H S L
Decimal 206 65 155 0 0.68 0.25 0.19 321.7 0.59 0.53
Hex CE 41 9B 0 44 19 13 142 3B 35
Octal 316 101 233 0 104 31 23 502 73 65
Binary 11001110 1000001 10011011 0 1000100 11001 10011 101000010 111011 110101

Color Harmonies of #CE419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE419B

Black with #CE419B

Text Example


Text Example

White with #CE419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE419B; }

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

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

background-color css

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

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

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

border-color css

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

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

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