Html Css Color HEX #CB397E Deep Cerise

📋 copy color: '#CB397E'

red 203 ◦ green 57 ◦ blue 126

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

Shades of Deep Cerise #CB397E

Tints of Deep Cerise #CB397E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.77%

 BLUE value IS 126 (49.61% from 255) = 32.64%

R = 52.59%
G = 14.77%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB397E (or 0xCB397E) is known color: Deep Cerise. HEX triplet: CB, 39 and 7E. RGB value is (203,57,126). Sum of RGB (Red+Green+Blue) = 203+57+126=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB397E is #34C681. Grayscale: #6C6C6C. Windows color (decimal): -3458690 or 8272331. OLE color: 8272331.

HSL color Cylindrical-coordinate representation of color #CB397E: hue angle of 331.64º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB397E is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 57 126 -
CMYK 0 0.72 0.38 0.20
HSL 331.64º 0.58% 0.51% -
HSV(B) 331.64º 0.72% 0.8% -
XYZ 29.86 17.13 21.47 -
YUV 108.52 137.87 195.39 -
System Red Green Blue C M Y K H S L
Decimal 203 57 126 0 0.72 0.38 0.20 331.64 0.58 0.51
Hex CB 39 7E 0 48 26 14 14C 3A 33
Octal 313 71 176 0 110 46 24 514 72 63
Binary 11001011 111001 1111110 0 1001000 100110 10100 101001100 111010 110011

Color Harmonies of #CB397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB397E

Black with #CB397E

Text Example


Text Example

White with #CB397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB397E; }

 p { color: rgb(203,57,126); }

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

background-color css

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

 a { background-color: rgb(203,57,126); }

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

border-color css

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

 span { border-color: rgb(203,57,126); }

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