Html Css Color HEX #CF368B Deep Cerise

📋 copy color: '#CF368B'

red 207 ◦ green 54 ◦ blue 139

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

Shades of Deep Cerise #CF368B

Tints of Deep Cerise #CF368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.75%

R = 51.75%
G = 13.5%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF368B (or 0xCF368B) is known color: Deep Cerise. HEX triplet: CF, 36 and 8B. RGB value is (207,54,139). Sum of RGB (Red+Green+Blue) = 207+54+139=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF368B is #30C974. Grayscale: #6D6D6D. Windows color (decimal): -3197301 or 9123535. OLE color: 9123535.

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

Color convert

RGB 207 54 139 -
CMYK 0 0.74 0.33 0.19
HSL 326.67º 0.61% 0.51% -
HSV(B) 326.67º 0.74% 0.81% -
XYZ 31.71 17.77 26.18 -
YUV 109.44 144.69 197.59 -
System Red Green Blue C M Y K H S L
Decimal 207 54 139 0 0.74 0.33 0.19 326.67 0.61 0.51
Hex CF 36 8B 0 4A 21 13 147 3D 33
Octal 317 66 213 0 112 41 23 507 75 63
Binary 11001111 110110 10001011 0 1001010 100001 10011 101000111 111101 110011

Color Harmonies of #CF368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF368B

Black with #CF368B

Text Example


Text Example

White with #CF368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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