Html Css Color HEX #CF3A8D Deep Cerise

📋 copy color: '#CF3A8D'

red 207 ◦ green 58 ◦ blue 141

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

Shades of Deep Cerise #CF3A8D

Tints of Deep Cerise #CF3A8D

RGB

 RED value IS 207 (81.25% from 255) = 50.99%

 GREEN value IS 58 (23.05% from 255) = 14.29%

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

R = 50.99%
G = 14.29%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF3A8D (or 0xCF3A8D) is known color: Deep Cerise. HEX triplet: CF, 3A and 8D. RGB value is (207,58,141). Sum of RGB (Red+Green+Blue) = 207+58+141=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3A8D is #30C572. Grayscale: #6F6F6F. Windows color (decimal): -3196275 or 9255631. OLE color: 9255631.

HSL color Cylindrical-coordinate representation of color #CF3A8D: hue angle of 326.58º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3A8D is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 58 141 -
CMYK 0 0.72 0.32 0.19
HSL 326.58º 0.61% 0.52% -
HSV(B) 326.58º 0.72% 0.81% -
XYZ 32.05 18.21 27.03 -
YUV 112.01 144.36 195.75 -
System Red Green Blue C M Y K H S L
Decimal 207 58 141 0 0.72 0.32 0.19 326.58 0.61 0.52
Hex CF 3A 8D 0 48 20 13 147 3D 34
Octal 317 72 215 0 110 40 23 507 75 64
Binary 11001111 111010 10001101 0 1001000 100000 10011 101000111 111101 110100

Color Harmonies of #CF3A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3A8D

Black with #CF3A8D

Text Example


Text Example

White with #CF3A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3A8D; }

 p { color: rgb(207,58,141); }

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

background-color css

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

 a { background-color: rgb(207,58,141); }

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

border-color css

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

 span { border-color: rgb(207,58,141); }

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