Html Css Color HEX #CF397E Deep Cerise

📋 copy color: '#CF397E'

red 207 ◦ green 57 ◦ blue 126

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

Shades of Deep Cerise #CF397E

Tints of Deep Cerise #CF397E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.62%

 BLUE value IS 126 (49.61% from 255) = 32.31%

R = 53.08%
G = 14.62%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF397E (or 0xCF397E) is known color: Deep Cerise. HEX triplet: CF, 39 and 7E. RGB value is (207,57,126). Sum of RGB (Red+Green+Blue) = 207+57+126=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF397E is #30C681. Grayscale: #6D6D6D. Windows color (decimal): -3196546 or 8272335. OLE color: 8272335.

HSL color Cylindrical-coordinate representation of color #CF397E: hue angle of 332.4º 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 #CF397E is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 57 126 -
CMYK 0 0.72 0.39 0.19
HSL 332.4º 0.61% 0.52% -
HSV(B) 332.4º 0.72% 0.81% -
XYZ 30.96 17.7 21.52 -
YUV 109.72 137.2 197.39 -
System Red Green Blue C M Y K H S L
Decimal 207 57 126 0 0.72 0.39 0.19 332.4 0.61 0.52
Hex CF 39 7E 0 48 27 13 14C 3D 34
Octal 317 71 176 0 110 47 23 514 75 64
Binary 11001111 111001 1111110 0 1001000 100111 10011 101001100 111101 110100

Color Harmonies of #CF397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF397E

Black with #CF397E

Text Example


Text Example

White with #CF397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF397E; }

 p { color: rgb(207,57,126); }

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

background-color css

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

 a { background-color: rgb(207,57,126); }

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

border-color css

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

 span { border-color: rgb(207,57,126); }

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