Html Css Color HEX #CF268D Deep Cerise

📋 copy color: '#CF268D'

red 207 ◦ green 38 ◦ blue 141

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

Shades of Deep Cerise #CF268D

Tints of Deep Cerise #CF268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.84%

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 53.63%
G = 9.84%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF268D (or 0xCF268D) is known color: Deep Cerise. HEX triplet: CF, 26 and 8D. RGB value is (207,38,141). Sum of RGB (Red+Green+Blue) = 207+38+141=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF268D is #30D972. Grayscale: #646464. Windows color (decimal): -3201395 or 9250511. OLE color: 9250511.

HSL color Cylindrical-coordinate representation of color #CF268D: hue angle of 323.43º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF268D is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 38 141 -
CMYK 0 0.82 0.32 0.19
HSL 323.43º 0.69% 0.48% -
HSV(B) 323.43º 0.82% 0.81% -
XYZ 31.23 16.57 26.75 -
YUV 100.27 150.99 204.12 -
System Red Green Blue C M Y K H S L
Decimal 207 38 141 0 0.82 0.32 0.19 323.43 0.69 0.48
Hex CF 26 8D 0 52 20 13 143 45 30
Octal 317 46 215 0 122 40 23 503 105 60
Binary 11001111 100110 10001101 0 1010010 100000 10011 101000011 1000101 110000

Color Harmonies of #CF268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF268D

Black with #CF268D

Text Example


Text Example

White with #CF268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF268D; }

 p { color: rgb(207,38,141); }

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

background-color css

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

 a { background-color: rgb(207,38,141); }

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

border-color css

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

 span { border-color: rgb(207,38,141); }

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