Html Css Color HEX #CF368E Deep Cerise

📋 copy color: '#CF368E'

red 207 ◦ green 54 ◦ blue 142

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

Shades of Deep Cerise #CF368E

Tints of Deep Cerise #CF368E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.24%

R = 51.36%
G = 13.4%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF368E (or 0xCF368E) is known color: Deep Cerise. HEX triplet: CF, 36 and 8E. RGB value is (207,54,142). Sum of RGB (Red+Green+Blue) = 207+54+142=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF368E is #30C971. Grayscale: #6D6D6D. Windows color (decimal): -3197298 or 9320143. OLE color: 9320143.

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

Color convert

RGB 207 54 142 -
CMYK 0 0.74 0.31 0.19
HSL 325.49º 0.61% 0.51% -
HSV(B) 325.49º 0.74% 0.81% -
XYZ 31.93 17.86 27.35 -
YUV 109.78 146.19 197.34 -
System Red Green Blue C M Y K H S L
Decimal 207 54 142 0 0.74 0.31 0.19 325.49 0.61 0.51
Hex CF 36 8E 0 4A 1F 13 145 3D 33
Octal 317 66 216 0 112 37 23 505 75 63
Binary 11001111 110110 10001110 0 1001010 11111 10011 101000101 111101 110011

Color Harmonies of #CF368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF368E

Black with #CF368E

Text Example


Text Example

White with #CF368E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF368E; }

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

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

background-color css

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

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

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

border-color css

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

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

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