Html Css Color HEX #CB2D8B Deep Cerise

📋 copy color: '#CB2D8B'

red 203 ◦ green 45 ◦ blue 139

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

Shades of Deep Cerise #CB2D8B

Tints of Deep Cerise #CB2D8B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.63%

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 52.45%
G = 11.63%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB2D8B (or 0xCB2D8B) is known color: Deep Cerise. HEX triplet: CB, 2D and 8B. RGB value is (203,45,139). Sum of RGB (Red+Green+Blue) = 203+45+139=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2D8B is #34D274. Grayscale: #666666. Windows color (decimal): -3461749 or 9121227. OLE color: 9121227.

HSL color Cylindrical-coordinate representation of color #CB2D8B: hue angle of 324.3º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2D8B is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 45 139 -
CMYK 0 0.78 0.32 0.20
HSL 324.3º 0.64% 0.49% -
HSV(B) 324.3º 0.78% 0.8% -
XYZ 30.23 16.44 26.01 -
YUV 102.96 148.35 199.36 -
System Red Green Blue C M Y K H S L
Decimal 203 45 139 0 0.78 0.32 0.20 324.3 0.64 0.49
Hex CB 2D 8B 0 4E 20 14 144 40 31
Octal 313 55 213 0 116 40 24 504 100 61
Binary 11001011 101101 10001011 0 1001110 100000 10100 101000100 1000000 110001

Color Harmonies of #CB2D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2D8B

Black with #CB2D8B

Text Example


Text Example

White with #CB2D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2D8B; }

 p { color: rgb(203,45,139); }

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

background-color css

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

 a { background-color: rgb(203,45,139); }

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

border-color css

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

 span { border-color: rgb(203,45,139); }

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