Html Css Color HEX #CF378D Deep Cerise

📋 copy color: '#CF378D'

red 207 ◦ green 55 ◦ blue 141

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

Shades of Deep Cerise #CF378D

Tints of Deep Cerise #CF378D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.65%

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

R = 51.36%
G = 13.65%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF378D (or 0xCF378D) is known color: Deep Cerise. HEX triplet: CF, 37 and 8D. RGB value is (207,55,141). Sum of RGB (Red+Green+Blue) = 207+55+141=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF378D is #30C872. Grayscale: #6E6E6E. Windows color (decimal): -3197043 or 9254863. OLE color: 9254863.

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

Color convert

RGB 207 55 141 -
CMYK 0 0.73 0.32 0.19
HSL 326.05º 0.61% 0.51% -
HSV(B) 326.05º 0.73% 0.81% -
XYZ 31.91 17.92 26.98 -
YUV 110.25 145.36 197.01 -
System Red Green Blue C M Y K H S L
Decimal 207 55 141 0 0.73 0.32 0.19 326.05 0.61 0.51
Hex CF 37 8D 0 49 20 13 146 3D 33
Octal 317 67 215 0 111 40 23 506 75 63
Binary 11001111 110111 10001101 0 1001001 100000 10011 101000110 111101 110011

Color Harmonies of #CF378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF378D

Black with #CF378D

Text Example


Text Example

White with #CF378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF378D; }

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

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

background-color css

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

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

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

border-color css

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

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

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