Html Css Color HEX #CF388A Deep Cerise

📋 copy color: '#CF388A'

red 207 ◦ green 56 ◦ blue 138

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

Shades of Deep Cerise #CF388A

Tints of Deep Cerise #CF388A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.97%

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

R = 51.62%
G = 13.97%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF388A (or 0xCF388A) is known color: Deep Cerise. HEX triplet: CF, 38 and 8A. RGB value is (207,56,138). Sum of RGB (Red+Green+Blue) = 207+56+138=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF388A is #30C775. Grayscale: #6E6E6E. Windows color (decimal): -3196790 or 9058511. OLE color: 9058511.

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

Color convert

RGB 207 56 138 -
CMYK 0 0.73 0.33 0.19
HSL 327.42º 0.61% 0.52% -
HSV(B) 327.42º 0.73% 0.81% -
XYZ 31.73 17.93 25.83 -
YUV 110.5 143.53 196.83 -
System Red Green Blue C M Y K H S L
Decimal 207 56 138 0 0.73 0.33 0.19 327.42 0.61 0.52
Hex CF 38 8A 0 49 21 13 147 3D 34
Octal 317 70 212 0 111 41 23 507 75 64
Binary 11001111 111000 10001010 0 1001001 100001 10011 101000111 111101 110100

Color Harmonies of #CF388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF388A

Black with #CF388A

Text Example


Text Example

White with #CF388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF388A; }

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

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

background-color css

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

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

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

border-color css

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

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

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