Html Css Color HEX #CA417D Mulberry

📋 copy color: '#CA417D'

red 202 ◦ green 65 ◦ blue 125

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

Shades of Mulberry #CA417D

Tints of Mulberry #CA417D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.89%

R = 51.53%
G = 16.58%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA417D (or 0xCA417D) is known color: Mulberry. HEX triplet: CA, 41 and 7D. RGB value is (202,65,125). Sum of RGB (Red+Green+Blue) = 202+65+125=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA417D is #35BE82. Grayscale: #707070. Windows color (decimal): -3522179 or 8208842. OLE color: 8208842.

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

Color convert

RGB 202 65 125 -
CMYK 0 0.68 0.38 0.21
HSL 333.72º 0.56% 0.52% -
HSV(B) 333.72º 0.68% 0.79% -
XYZ 29.95 17.82 21.26 -
YUV 112.8 134.89 191.62 -
System Red Green Blue C M Y K H S L
Decimal 202 65 125 0 0.68 0.38 0.21 333.72 0.56 0.52
Hex CA 41 7D 0 44 26 15 14E 38 34
Octal 312 101 175 0 104 46 25 516 70 64
Binary 11001010 1000001 1111101 0 1000100 100110 10101 101001110 111000 110100

Color Harmonies of #CA417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA417D

Black with #CA417D

Text Example


Text Example

White with #CA417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA417D; }

 p { color: rgb(202,65,125); }

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

background-color css

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

 a { background-color: rgb(202,65,125); }

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

border-color css

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

 span { border-color: rgb(202,65,125); }

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