Html Css Color HEX #CD2FA4 Deep Cerise

📋 copy color: '#CD2FA4'

red 205 ◦ green 47 ◦ blue 164

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

Shades of Deep Cerise #CD2FA4

Tints of Deep Cerise #CD2FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.42%

R = 49.28%
G = 11.3%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.2

 K value IS 0.20

RGB Variations

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

Color information

#CD2FA4 (or 0xCD2FA4) is known color: Deep Cerise. HEX triplet: CD, 2F and A4. RGB value is (205,47,164). Sum of RGB (Red+Green+Blue) = 205+47+164=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2FA4 is #32D05B. Grayscale: #6B6B6B. Windows color (decimal): -3330140 or 10760141. OLE color: 10760141.

HSL color Cylindrical-coordinate representation of color #CD2FA4: hue angle of 315.57º 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 #CD2FA4 is Cyan = 0, Magento = 0.77, Yellow = 0.2 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 47 164 -
CMYK 0 0.77 0.2 0.20
HSL 315.57º 0.63% 0.49% -
HSV(B) 315.57º 0.77% 0.8% -
XYZ 32.89 17.69 36.8 -
YUV 107.58 159.85 197.49 -
System Red Green Blue C M Y K H S L
Decimal 205 47 164 0 0.77 0.2 0.20 315.57 0.63 0.49
Hex CD 2F A4 0 4D 14 14 13C 3F 31
Octal 315 57 244 0 115 24 24 474 77 61
Binary 11001101 101111 10100100 0 1001101 10100 10100 100111100 111111 110001

Color Harmonies of #CD2FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2FA4

Black with #CD2FA4

Text Example


Text Example

White with #CD2FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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