Html Css Color HEX #CD3F7A Deep Cerise

📋 copy color: '#CD3F7A'

red 205 ◦ green 63 ◦ blue 122

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

Shades of Deep Cerise #CD3F7A

Tints of Deep Cerise #CD3F7A

RGB

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

 GREEN value IS 63 (25% from 255) = 16.15%

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

R = 52.56%
G = 16.15%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD3F7A (or 0xCD3F7A) is known color: Deep Cerise. HEX triplet: CD, 3F and 7A. RGB value is (205,63,122). Sum of RGB (Red+Green+Blue) = 205+63+122=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3F7A is #32C085. Grayscale: #707070. Windows color (decimal): -3326086 or 8011725. OLE color: 8011725.

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

Color convert

RGB 205 63 122 -
CMYK 0 0.69 0.40 0.20
HSL 335.07º 0.59% 0.53% -
HSV(B) 335.07º 0.69% 0.8% -
XYZ 30.47 17.94 20.27 -
YUV 112.18 133.54 194.2 -
System Red Green Blue C M Y K H S L
Decimal 205 63 122 0 0.69 0.40 0.20 335.07 0.59 0.53
Hex CD 3F 7A 0 45 28 14 14F 3B 35
Octal 315 77 172 0 105 50 24 517 73 65
Binary 11001101 111111 1111010 0 1000101 101000 10100 101001111 111011 110101

Color Harmonies of #CD3F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3F7A

Black with #CD3F7A

Text Example


Text Example

White with #CD3F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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