Html Css Color HEX #CD2F8B Deep Cerise

📋 copy color: '#CD2F8B'

red 205 ◦ green 47 ◦ blue 139

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

Shades of Deep Cerise #CD2F8B

Tints of Deep Cerise #CD2F8B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.02%

 BLUE value IS 139 (54.69% from 255) = 35.55%

R = 52.43%
G = 12.02%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD2F8B (or 0xCD2F8B) is known color: Deep Cerise. HEX triplet: CD, 2F and 8B. RGB value is (205,47,139). Sum of RGB (Red+Green+Blue) = 205+47+139=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2F8B is #32D074. Grayscale: #686868. Windows color (decimal): -3330165 or 9121741. OLE color: 9121741.

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

Color convert

RGB 205 47 139 -
CMYK 0 0.77 0.32 0.20
HSL 325.06º 0.63% 0.49% -
HSV(B) 325.06º 0.77% 0.8% -
XYZ 30.85 16.88 26.06 -
YUV 104.73 147.35 199.52 -
System Red Green Blue C M Y K H S L
Decimal 205 47 139 0 0.77 0.32 0.20 325.06 0.63 0.49
Hex CD 2F 8B 0 4D 20 14 145 3F 31
Octal 315 57 213 0 115 40 24 505 77 61
Binary 11001101 101111 10001011 0 1001101 100000 10100 101000101 111111 110001

Color Harmonies of #CD2F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2F8B

Black with #CD2F8B

Text Example


Text Example

White with #CD2F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2F8B; }

 p { color: rgb(205,47,139); }

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

background-color css

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

 a { background-color: rgb(205,47,139); }

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

border-color css

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

 span { border-color: rgb(205,47,139); }

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