Html Css Color HEX #CB35A5 Medium Red Violet

📋 copy color: '#CB35A5'

red 203 ◦ green 53 ◦ blue 165

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

Shades of Medium Red Violet #CB35A5

Tints of Medium Red Violet #CB35A5

RGB

 RED value IS 203 (79.69% from 255) = 48.22%

 GREEN value IS 53 (21.09% from 255) = 12.59%

 BLUE value IS 165 (64.84% from 255) = 39.19%

R = 48.22%
G = 12.59%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#CB35A5 (or 0xCB35A5) is known color: Medium Red Violet. HEX triplet: CB, 35 and A5. RGB value is (203,53,165). Sum of RGB (Red+Green+Blue) = 203+53+165=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB35A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB35A5 is #34CA5A. Grayscale: #6E6E6E. Windows color (decimal): -3459675 or 10827211. OLE color: 10827211.

HSL color Cylindrical-coordinate representation of color #CB35A5: hue angle of 315.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB35A5 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 53 165 -
CMYK 0 0.74 0.19 0.20
HSL 315.2º 0.59% 0.5% -
HSV(B) 315.2º 0.74% 0.8% -
XYZ 32.69 17.96 37.34 -
YUV 110.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 203 53 165 0 0.74 0.19 0.20 315.2 0.59 0.5
Hex CB 35 A5 0 4A 13 14 13B 3B 32
Octal 313 65 245 0 112 23 24 473 73 62
Binary 11001011 110101 10100101 0 1001010 10011 10100 100111011 111011 110010

Color Harmonies of #CB35A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB35A5

Black with #CB35A5

Text Example


Text Example

White with #CB35A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB35A5; }

 p { color: rgb(203,53,165); }

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

background-color css

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

 a { background-color: rgb(203,53,165); }

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

border-color css

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

 span { border-color: rgb(203,53,165); }

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