Html Css Color HEX #CD368F Deep Cerise

📋 copy color: '#CD368F'

red 205 ◦ green 54 ◦ blue 143

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

Shades of Deep Cerise #CD368F

Tints of Deep Cerise #CD368F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.43%

 BLUE value IS 143 (56.25% from 255) = 35.57%

R = 51%
G = 13.43%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD368F (or 0xCD368F) is known color: Deep Cerise. HEX triplet: CD, 36 and 8F. RGB value is (205,54,143). Sum of RGB (Red+Green+Blue) = 205+54+143=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD368F is #32C970. Grayscale: #6D6D6D. Windows color (decimal): -3328369 or 9385677. OLE color: 9385677.

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

Color convert

RGB 205 54 143 -
CMYK 0 0.74 0.30 0.20
HSL 324.64º 0.6% 0.51% -
HSV(B) 324.64º 0.74% 0.8% -
XYZ 31.45 17.6 27.73 -
YUV 109.3 147.03 196.26 -
System Red Green Blue C M Y K H S L
Decimal 205 54 143 0 0.74 0.30 0.20 324.64 0.6 0.51
Hex CD 36 8F 0 4A 1E 14 145 3C 33
Octal 315 66 217 0 112 36 24 505 74 63
Binary 11001101 110110 10001111 0 1001010 11110 10100 101000101 111100 110011

Color Harmonies of #CD368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD368F

Black with #CD368F

Text Example


Text Example

White with #CD368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD368F; }

 p { color: rgb(205,54,143); }

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

background-color css

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

 a { background-color: rgb(205,54,143); }

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

border-color css

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

 span { border-color: rgb(205,54,143); }

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