Html Css Color HEX #CF368A Deep Cerise

📋 copy color: '#CF368A'

red 207 ◦ green 54 ◦ blue 138

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

Shades of Deep Cerise #CF368A

Tints of Deep Cerise #CF368A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 51.88%
G = 13.53%
B = 34.59%

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

#CF368A (or 0xCF368A) is known color: Deep Cerise. HEX triplet: CF, 36 and 8A. RGB value is (207,54,138). Sum of RGB (Red+Green+Blue) = 207+54+138=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF368A is #30C975. Grayscale: #6D6D6D. Windows color (decimal): -3197302 or 9057999. OLE color: 9057999.

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

Color convert

RGB 207 54 138 -
CMYK 0 0.74 0.33 0.19
HSL 327.06º 0.61% 0.51% -
HSV(B) 327.06º 0.74% 0.81% -
XYZ 31.64 17.74 25.8 -
YUV 109.32 144.19 197.67 -
System Red Green Blue C M Y K H S L
Decimal 207 54 138 0 0.74 0.33 0.19 327.06 0.61 0.51
Hex CF 36 8A 0 4A 21 13 147 3D 33
Octal 317 66 212 0 112 41 23 507 75 63
Binary 11001111 110110 10001010 0 1001010 100001 10011 101000111 111101 110011

Color Harmonies of #CF368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF368A

Black with #CF368A

Text Example


Text Example

White with #CF368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF368A; }

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

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

background-color css

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

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

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

border-color css

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

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

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