Html Css Color HEX #CA417C Mulberry

📋 copy color: '#CA417C'

red 202 ◦ green 65 ◦ blue 124

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

Shades of Mulberry #CA417C

Tints of Mulberry #CA417C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 51.66%
G = 16.62%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA417C (or 0xCA417C) is known color: Mulberry. HEX triplet: CA, 41 and 7C. RGB value is (202,65,124). Sum of RGB (Red+Green+Blue) = 202+65+124=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA417C is #35BE83. Grayscale: #707070. Windows color (decimal): -3522180 or 8143306. OLE color: 8143306.

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

Color convert

RGB 202 65 124 -
CMYK 0 0.68 0.39 0.21
HSL 334.16º 0.56% 0.52% -
HSV(B) 334.16º 0.68% 0.79% -
XYZ 29.89 17.79 20.93 -
YUV 112.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 202 65 124 0 0.68 0.39 0.21 334.16 0.56 0.52
Hex CA 41 7C 0 44 27 15 14E 38 34
Octal 312 101 174 0 104 47 25 516 70 64
Binary 11001010 1000001 1111100 0 1000100 100111 10101 101001110 111000 110100

Color Harmonies of #CA417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA417C

Black with #CA417C

Text Example


Text Example

White with #CA417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA417C; }

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

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

background-color css

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

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

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

border-color css

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

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

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