Html Css Color HEX #CA4299 Mulberry

📋 copy color: '#CA4299'

red 202 ◦ green 66 ◦ blue 153

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

Shades of Mulberry #CA4299

Tints of Mulberry #CA4299

RGB

 RED value IS 202 (79.3% from 255) = 47.98%

 GREEN value IS 66 (26.17% from 255) = 15.68%

 BLUE value IS 153 (60.16% from 255) = 36.34%

R = 47.98%
G = 15.68%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA4299 (or 0xCA4299) is known color: Mulberry. HEX triplet: CA, 42 and 99. RGB value is (202,66,153). Sum of RGB (Red+Green+Blue) = 202+66+153=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4299 is #35BD66. Grayscale: #747474. Windows color (decimal): -3521895 or 10044106. OLE color: 10044106.

HSL color Cylindrical-coordinate representation of color #CA4299: hue angle of 321.62º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4299 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 66 153 -
CMYK 0 0.67 0.24 0.21
HSL 321.62º 0.56% 0.53% -
HSV(B) 321.62º 0.67% 0.79% -
XYZ 32.06 18.75 32.07 -
YUV 116.58 148.56 188.93 -
System Red Green Blue C M Y K H S L
Decimal 202 66 153 0 0.67 0.24 0.21 321.62 0.56 0.53
Hex CA 42 99 0 43 18 15 142 38 35
Octal 312 102 231 0 103 30 25 502 70 65
Binary 11001010 1000010 10011001 0 1000011 11000 10101 101000010 111000 110101

Color Harmonies of #CA4299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4299

Black with #CA4299

Text Example


Text Example

White with #CA4299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4299; }

 p { color: rgb(202,66,153); }

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

background-color css

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

 a { background-color: rgb(202,66,153); }

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

border-color css

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

 span { border-color: rgb(202,66,153); }

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