Html Css Color HEX #CB2675 Deep Cerise

📋 copy color: '#CB2675'

red 203 ◦ green 38 ◦ blue 117

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

Shades of Deep Cerise #CB2675

Tints of Deep Cerise #CB2675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.61%

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 56.7%
G = 10.61%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB2675 (or 0xCB2675) is known color: Deep Cerise. HEX triplet: CB, 26 and 75. RGB value is (203,38,117). Sum of RGB (Red+Green+Blue) = 203+38+117=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2675 is #34D98A. Grayscale: #606060. Windows color (decimal): -3463563 or 7677643. OLE color: 7677643.

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

Color convert

RGB 203 38 117 -
CMYK 0 0.81 0.42 0.20
HSL 331.27º 0.68% 0.47% -
HSV(B) 331.27º 0.81% 0.8% -
XYZ 28.53 15.37 18.29 -
YUV 96.34 139.66 204.08 -
System Red Green Blue C M Y K H S L
Decimal 203 38 117 0 0.81 0.42 0.20 331.27 0.68 0.47
Hex CB 26 75 0 51 2A 14 14B 44 2F
Octal 313 46 165 0 121 52 24 513 104 57
Binary 11001011 100110 1110101 0 1010001 101010 10100 101001011 1000100 101111

Color Harmonies of #CB2675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2675

Black with #CB2675

Text Example


Text Example

White with #CB2675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2675; }

 p { color: rgb(203,38,117); }

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

background-color css

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

 a { background-color: rgb(203,38,117); }

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

border-color css

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

 span { border-color: rgb(203,38,117); }

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