Html Css Color HEX #CF368C Deep Cerise

📋 copy color: '#CF368C'

red 207 ◦ green 54 ◦ blue 140

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

Shades of Deep Cerise #CF368C

Tints of Deep Cerise #CF368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.47%

 BLUE value IS 140 (55.08% from 255) = 34.91%

R = 51.62%
G = 13.47%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF368C (or 0xCF368C) is known color: Deep Cerise. HEX triplet: CF, 36 and 8C. RGB value is (207,54,140). Sum of RGB (Red+Green+Blue) = 207+54+140=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF368C is #30C973. Grayscale: #6D6D6D. Windows color (decimal): -3197300 or 9189071. OLE color: 9189071.

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

Color convert

RGB 207 54 140 -
CMYK 0 0.74 0.32 0.19
HSL 326.27º 0.61% 0.51% -
HSV(B) 326.27º 0.74% 0.81% -
XYZ 31.78 17.8 26.57 -
YUV 109.55 145.19 197.51 -
System Red Green Blue C M Y K H S L
Decimal 207 54 140 0 0.74 0.32 0.19 326.27 0.61 0.51
Hex CF 36 8C 0 4A 20 13 146 3D 33
Octal 317 66 214 0 112 40 23 506 75 63
Binary 11001111 110110 10001100 0 1001010 100000 10011 101000110 111101 110011

Color Harmonies of #CF368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF368C

Black with #CF368C

Text Example


Text Example

White with #CF368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF368C; }

 p { color: rgb(207,54,140); }

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

background-color css

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

 a { background-color: rgb(207,54,140); }

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

border-color css

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

 span { border-color: rgb(207,54,140); }

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