Html Css Color HEX #CD2B7A Deep Cerise

📋 copy color: '#CD2B7A'

red 205 ◦ green 43 ◦ blue 122

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

Shades of Deep Cerise #CD2B7A

Tints of Deep Cerise #CD2B7A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.62%

 BLUE value IS 122 (48.05% from 255) = 32.97%

R = 55.41%
G = 11.62%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD2B7A (or 0xCD2B7A) is known color: Deep Cerise. HEX triplet: CD, 2B and 7A. RGB value is (205,43,122). Sum of RGB (Red+Green+Blue) = 205+43+122=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2B7A is #32D485. Grayscale: #646464. Windows color (decimal): -3331206 or 8006605. OLE color: 8006605.

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

Color convert

RGB 205 43 122 -
CMYK 0 0.79 0.40 0.20
HSL 330.74º 0.65% 0.49% -
HSV(B) 330.74º 0.79% 0.8% -
XYZ 29.55 16.11 19.96 -
YUV 100.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 205 43 122 0 0.79 0.40 0.20 330.74 0.65 0.49
Hex CD 2B 7A 0 4F 28 14 14B 41 31
Octal 315 53 172 0 117 50 24 513 101 61
Binary 11001101 101011 1111010 0 1001111 101000 10100 101001011 1000001 110001

Color Harmonies of #CD2B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2B7A

Black with #CD2B7A

Text Example


Text Example

White with #CD2B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2B7A; }

 p { color: rgb(205,43,122); }

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

background-color css

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

 a { background-color: rgb(205,43,122); }

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

border-color css

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

 span { border-color: rgb(205,43,122); }

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