Html Css Color HEX #CD348D Deep Cerise

📋 copy color: '#CD348D'

red 205 ◦ green 52 ◦ blue 141

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

Shades of Deep Cerise #CD348D

Tints of Deep Cerise #CD348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.07%

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 51.51%
G = 13.07%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD348D (or 0xCD348D) is known color: Deep Cerise. HEX triplet: CD, 34 and 8D. RGB value is (205,52,141). Sum of RGB (Red+Green+Blue) = 205+52+141=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD348D is #32CB72. Grayscale: #6B6B6B. Windows color (decimal): -3328883 or 9254093. OLE color: 9254093.

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

Color convert

RGB 205 52 141 -
CMYK 0 0.75 0.31 0.20
HSL 325.1º 0.6% 0.5% -
HSV(B) 325.1º 0.75% 0.8% -
XYZ 31.21 17.36 26.9 -
YUV 107.89 146.69 197.26 -
System Red Green Blue C M Y K H S L
Decimal 205 52 141 0 0.75 0.31 0.20 325.1 0.6 0.5
Hex CD 34 8D 0 4B 1F 14 145 3C 32
Octal 315 64 215 0 113 37 24 505 74 62
Binary 11001101 110100 10001101 0 1001011 11111 10100 101000101 111100 110010

Color Harmonies of #CD348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD348D

Black with #CD348D

Text Example


Text Example

White with #CD348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD348D; }

 p { color: rgb(205,52,141); }

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

background-color css

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

 a { background-color: rgb(205,52,141); }

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

border-color css

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

 span { border-color: rgb(205,52,141); }

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