Html Css Color HEX #CA067D Medium Violet Red

📋 copy color: '#CA067D'

red 202 ◦ green 6 ◦ blue 125

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

Shades of Medium Violet Red #CA067D

Tints of Medium Violet Red #CA067D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.8%

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

R = 60.66%
G = 1.8%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA067D (or 0xCA067D) is known color: Medium Violet Red. HEX triplet: CA, 06 and 7D. RGB value is (202,6,125). Sum of RGB (Red+Green+Blue) = 202+6+125=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA067D is #35F982. Grayscale: #4D4D4D. Windows color (decimal): -3537283 or 8193738. OLE color: 8193738.

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

Color convert

RGB 202 6 125 -
CMYK 0 0.97 0.38 0.21
HSL 323.57º 0.94% 0.41% -
HSV(B) 323.57º 0.97% 0.79% -
XYZ 28.12 14.17 20.65 -
YUV 78.17 154.43 216.32 -
System Red Green Blue C M Y K H S L
Decimal 202 6 125 0 0.97 0.38 0.21 323.57 0.94 0.41
Hex CA 6 7D 0 61 26 15 144 5E 29
Octal 312 6 175 0 141 46 25 504 136 51
Binary 11001010 110 1111101 0 1100001 100110 10101 101000100 1011110 101001

Color Harmonies of #CA067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA067D

Black with #CA067D

Text Example


Text Example

White with #CA067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA067D; }

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

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

background-color css

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

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

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

border-color css

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

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

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