Html Css Color HEX #CF369A Deep Cerise

📋 copy color: '#CF369A'

red 207 ◦ green 54 ◦ blue 154

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

Shades of Deep Cerise #CF369A

Tints of Deep Cerise #CF369A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.11%

R = 49.88%
G = 13.01%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF369A (or 0xCF369A) is known color: Deep Cerise. HEX triplet: CF, 36 and 9A. RGB value is (207,54,154). Sum of RGB (Red+Green+Blue) = 207+54+154=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF369A is #30C965. Grayscale: #6E6E6E. Windows color (decimal): -3197286 or 10106575. OLE color: 10106575.

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

Color convert

RGB 207 54 154 -
CMYK 0 0.74 0.26 0.19
HSL 320.78º 0.61% 0.51% -
HSV(B) 320.78º 0.74% 0.81% -
XYZ 32.88 18.24 32.36 -
YUV 111.15 152.19 196.37 -
System Red Green Blue C M Y K H S L
Decimal 207 54 154 0 0.74 0.26 0.19 320.78 0.61 0.51
Hex CF 36 9A 0 4A 1A 13 141 3D 33
Octal 317 66 232 0 112 32 23 501 75 63
Binary 11001111 110110 10011010 0 1001010 11010 10011 101000001 111101 110011

Color Harmonies of #CF369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF369A

Black with #CF369A

Text Example


Text Example

White with #CF369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF369A; }

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

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

background-color css

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

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

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

border-color css

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

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

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