Html Css Color HEX #CB3D7B Deep Cerise

📋 copy color: '#CB3D7B'

red 203 ◦ green 61 ◦ blue 123

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

Shades of Deep Cerise #CB3D7B

Tints of Deep Cerise #CB3D7B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.76%

 BLUE value IS 123 (48.44% from 255) = 31.78%

R = 52.45%
G = 15.76%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB3D7B (or 0xCB3D7B) is known color: Deep Cerise. HEX triplet: CB, 3D and 7B. RGB value is (203,61,123). Sum of RGB (Red+Green+Blue) = 203+61+123=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3D7B is #34C284. Grayscale: #6E6E6E. Windows color (decimal): -3457669 or 8076747. OLE color: 8076747.

HSL color Cylindrical-coordinate representation of color #CB3D7B: hue angle of 333.8º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3D7B is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 61 123 -
CMYK 0 0.70 0.39 0.20
HSL 333.8º 0.58% 0.52% -
HSV(B) 333.8º 0.7% 0.8% -
XYZ 29.87 17.46 20.54 -
YUV 110.53 135.04 193.96 -
System Red Green Blue C M Y K H S L
Decimal 203 61 123 0 0.70 0.39 0.20 333.8 0.58 0.52
Hex CB 3D 7B 0 46 27 14 14E 3A 34
Octal 313 75 173 0 106 47 24 516 72 64
Binary 11001011 111101 1111011 0 1000110 100111 10100 101001110 111010 110100

Color Harmonies of #CB3D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3D7B

Black with #CB3D7B

Text Example


Text Example

White with #CB3D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3D7B; }

 p { color: rgb(203,61,123); }

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

background-color css

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

 a { background-color: rgb(203,61,123); }

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

border-color css

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

 span { border-color: rgb(203,61,123); }

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