Html Css Color HEX #CD377B Deep Cerise

📋 copy color: '#CD377B'

red 205 ◦ green 55 ◦ blue 123

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

Shades of Deep Cerise #CD377B

Tints of Deep Cerise #CD377B

RGB

 RED value IS 205 (80.47% from 255) = 53.52%

 GREEN value IS 55 (21.88% from 255) = 14.36%

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

R = 53.52%
G = 14.36%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD377B (or 0xCD377B) is known color: Deep Cerise. HEX triplet: CD, 37 and 7B. RGB value is (205,55,123). Sum of RGB (Red+Green+Blue) = 205+55+123=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD377B is #32C884. Grayscale: #6B6B6B. Windows color (decimal): -3328133 or 8075213. OLE color: 8075213.

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

Color convert

RGB 205 55 123 -
CMYK 0 0.73 0.4 0.20
HSL 332.8º 0.6% 0.51% -
HSV(B) 332.8º 0.73% 0.8% -
XYZ 30.12 17.14 20.46 -
YUV 107.6 136.7 197.47 -
System Red Green Blue C M Y K H S L
Decimal 205 55 123 0 0.73 0.4 0.20 332.8 0.6 0.51
Hex CD 37 7B 0 49 28 14 14D 3C 33
Octal 315 67 173 0 111 50 24 515 74 63
Binary 11001101 110111 1111011 0 1001001 101000 10100 101001101 111100 110011

Color Harmonies of #CD377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD377B

Black with #CD377B

Text Example


Text Example

White with #CD377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD377B; }

 p { color: rgb(205,55,123); }

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

background-color css

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

 a { background-color: rgb(205,55,123); }

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

border-color css

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

 span { border-color: rgb(205,55,123); }

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