Html Css Color HEX #CA407F Mulberry

📋 copy color: '#CA407F'

red 202 ◦ green 64 ◦ blue 127

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

Shades of Mulberry #CA407F

Tints of Mulberry #CA407F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.32%

R = 51.4%
G = 16.28%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA407F (or 0xCA407F) is known color: Mulberry. HEX triplet: CA, 40 and 7F. RGB value is (202,64,127). Sum of RGB (Red+Green+Blue) = 202+64+127=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA407F is #35BF80. Grayscale: #707070. Windows color (decimal): -3522433 or 8339658. OLE color: 8339658.

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

Color convert

RGB 202 64 127 -
CMYK 0 0.68 0.37 0.21
HSL 332.61º 0.57% 0.52% -
HSV(B) 332.61º 0.68% 0.79% -
XYZ 30.02 17.76 21.92 -
YUV 112.44 136.22 191.88 -
System Red Green Blue C M Y K H S L
Decimal 202 64 127 0 0.68 0.37 0.21 332.61 0.57 0.52
Hex CA 40 7F 0 44 25 15 14D 39 34
Octal 312 100 177 0 104 45 25 515 71 64
Binary 11001010 1000000 1111111 0 1000100 100101 10101 101001101 111001 110100

Color Harmonies of #CA407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA407F

Black with #CA407F

Text Example


Text Example

White with #CA407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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