Html Css Color HEX #CB2E8A Deep Cerise

📋 copy color: '#CB2E8A'

red 203 ◦ green 46 ◦ blue 138

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

Shades of Deep Cerise #CB2E8A

Tints of Deep Cerise #CB2E8A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.89%

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 52.45%
G = 11.89%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB2E8A (or 0xCB2E8A) is known color: Deep Cerise. HEX triplet: CB, 2E and 8A. RGB value is (203,46,138). Sum of RGB (Red+Green+Blue) = 203+46+138=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2E8A is #34D175. Grayscale: #676767. Windows color (decimal): -3461494 or 9055947. OLE color: 9055947.

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

Color convert

RGB 203 46 138 -
CMYK 0 0.77 0.32 0.20
HSL 324.84º 0.63% 0.49% -
HSV(B) 324.84º 0.77% 0.8% -
XYZ 30.19 16.49 25.64 -
YUV 103.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 203 46 138 0 0.77 0.32 0.20 324.84 0.63 0.49
Hex CB 2E 8A 0 4D 20 14 145 3F 31
Octal 313 56 212 0 115 40 24 505 77 61
Binary 11001011 101110 10001010 0 1001101 100000 10100 101000101 111111 110001

Color Harmonies of #CB2E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2E8A

Black with #CB2E8A

Text Example


Text Example

White with #CB2E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2E8A; }

 p { color: rgb(203,46,138); }

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

background-color css

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

 a { background-color: rgb(203,46,138); }

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

border-color css

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

 span { border-color: rgb(203,46,138); }

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