Html Css Color HEX #CA368C Medium Red Violet

📋 copy color: '#CA368C'

red 202 ◦ green 54 ◦ blue 140

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

Shades of Medium Red Violet #CA368C

Tints of Medium Red Violet #CA368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.64%

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 51.01%
G = 13.64%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA368C (or 0xCA368C) is known color: Medium Red Violet. HEX triplet: CA, 36 and 8C. RGB value is (202,54,140). Sum of RGB (Red+Green+Blue) = 202+54+140=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA368C is #35C973. Grayscale: #6B6B6B. Windows color (decimal): -3524980 or 9189066. OLE color: 9189066.

HSL color Cylindrical-coordinate representation of color #CA368C: hue angle of 325.14º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA368C is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 54 140 -
CMYK 0 0.73 0.31 0.21
HSL 325.14º 0.58% 0.5% -
HSV(B) 325.14º 0.73% 0.79% -
XYZ 30.41 17.09 26.51 -
YUV 108.06 146.03 195.01 -
System Red Green Blue C M Y K H S L
Decimal 202 54 140 0 0.73 0.31 0.21 325.14 0.58 0.5
Hex CA 36 8C 0 49 1F 15 145 3A 32
Octal 312 66 214 0 111 37 25 505 72 62
Binary 11001010 110110 10001100 0 1001001 11111 10101 101000101 111010 110010

Color Harmonies of #CA368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA368C

Black with #CA368C

Text Example


Text Example

White with #CA368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA368C; }

 p { color: rgb(202,54,140); }

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

background-color css

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

 a { background-color: rgb(202,54,140); }

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

border-color css

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

 span { border-color: rgb(202,54,140); }

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