Html Css Color HEX #CB257A Medium Violet Red

📋 copy color: '#CB257A'

red 203 ◦ green 37 ◦ blue 122

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

Shades of Medium Violet Red #CB257A

Tints of Medium Violet Red #CB257A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.22%

 BLUE value IS 122 (48.05% from 255) = 33.7%

R = 56.08%
G = 10.22%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB257A (or 0xCB257A) is known color: Medium Violet Red. HEX triplet: CB, 25 and 7A. RGB value is (203,37,122). Sum of RGB (Red+Green+Blue) = 203+37+122=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB257A is #34DA85. Grayscale: #606060. Windows color (decimal): -3463814 or 8005067. OLE color: 8005067.

HSL color Cylindrical-coordinate representation of color #CB257A: hue angle of 329.28º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB257A is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 37 122 -
CMYK 0 0.82 0.40 0.20
HSL 329.28º 0.69% 0.47% -
HSV(B) 329.28º 0.82% 0.8% -
XYZ 28.8 15.42 19.87 -
YUV 96.32 142.5 204.09 -
System Red Green Blue C M Y K H S L
Decimal 203 37 122 0 0.82 0.40 0.20 329.28 0.69 0.47
Hex CB 25 7A 0 52 28 14 149 45 2F
Octal 313 45 172 0 122 50 24 511 105 57
Binary 11001011 100101 1111010 0 1010010 101000 10100 101001001 1000101 101111

Color Harmonies of #CB257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB257A

Black with #CB257A

Text Example


Text Example

White with #CB257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB257A; }

 p { color: rgb(203,37,122); }

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

background-color css

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

 a { background-color: rgb(203,37,122); }

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

border-color css

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

 span { border-color: rgb(203,37,122); }

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