Html Css Color HEX #CA407B Mulberry

📋 copy color: '#CA407B'

red 202 ◦ green 64 ◦ blue 123

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

Shades of Mulberry #CA407B

Tints of Mulberry #CA407B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.62%

R = 51.93%
G = 16.45%
B = 31.62%

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

#CA407B (or 0xCA407B) is known color: Mulberry. HEX triplet: CA, 40 and 7B. RGB value is (202,64,123). Sum of RGB (Red+Green+Blue) = 202+64+123=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA407B is #35BF84. Grayscale: #6F6F6F. Windows color (decimal): -3522437 or 8077514. OLE color: 8077514.

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

Color convert

RGB 202 64 123 -
CMYK 0 0.68 0.39 0.21
HSL 334.35º 0.57% 0.52% -
HSV(B) 334.35º 0.68% 0.79% -
XYZ 29.77 17.65 20.58 -
YUV 111.99 134.22 192.2 -
System Red Green Blue C M Y K H S L
Decimal 202 64 123 0 0.68 0.39 0.21 334.35 0.57 0.52
Hex CA 40 7B 0 44 27 15 14E 39 34
Octal 312 100 173 0 104 47 25 516 71 64
Binary 11001010 1000000 1111011 0 1000100 100111 10101 101001110 111001 110100

Color Harmonies of #CA407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA407B

Black with #CA407B

Text Example


Text Example

White with #CA407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA407B; }

 p { color: rgb(202,64,123); }

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

background-color css

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

 a { background-color: rgb(202,64,123); }

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

border-color css

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

 span { border-color: rgb(202,64,123); }

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