Html Css Color HEX #CB35A3 Medium Red Violet

📋 copy color: '#CB35A3'

red 203 ◦ green 53 ◦ blue 163

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

Shades of Medium Red Violet #CB35A3

Tints of Medium Red Violet #CB35A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.9%

R = 48.45%
G = 12.65%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#CB35A3 (or 0xCB35A3) is known color: Medium Red Violet. HEX triplet: CB, 35 and A3. RGB value is (203,53,163). Sum of RGB (Red+Green+Blue) = 203+53+163=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB35A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB35A3 is #34CA5C. Grayscale: #6E6E6E. Windows color (decimal): -3459677 or 10696139. OLE color: 10696139.

HSL color Cylindrical-coordinate representation of color #CB35A3: hue angle of 316º 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 #CB35A3 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 53 163 -
CMYK 0 0.74 0.20 0.20
HSL 316º 0.59% 0.5% -
HSV(B) 316º 0.74% 0.8% -
XYZ 32.51 17.89 36.39 -
YUV 110.39 157.7 194.06 -
System Red Green Blue C M Y K H S L
Decimal 203 53 163 0 0.74 0.20 0.20 316 0.59 0.5
Hex CB 35 A3 0 4A 14 14 13C 3B 32
Octal 313 65 243 0 112 24 24 474 73 62
Binary 11001011 110101 10100011 0 1001010 10100 10100 100111100 111011 110010

Color Harmonies of #CB35A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB35A3

Black with #CB35A3

Text Example


Text Example

White with #CB35A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB35A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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