Html Css Color HEX #CF267A Deep Cerise

📋 copy color: '#CF267A'

red 207 ◦ green 38 ◦ blue 122

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

Shades of Deep Cerise #CF267A

Tints of Deep Cerise #CF267A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 56.4%
G = 10.35%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF267A (or 0xCF267A) is known color: Deep Cerise. HEX triplet: CF, 26 and 7A. RGB value is (207,38,122). Sum of RGB (Red+Green+Blue) = 207+38+122=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF267A is #30D985. Grayscale: #616161. Windows color (decimal): -3201414 or 8005327. OLE color: 8005327.

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

Color convert

RGB 207 38 122 -
CMYK 0 0.82 0.41 0.19
HSL 330.18º 0.69% 0.48% -
HSV(B) 330.18º 0.82% 0.81% -
XYZ 29.94 16.06 19.93 -
YUV 98.11 141.49 205.67 -
System Red Green Blue C M Y K H S L
Decimal 207 38 122 0 0.82 0.41 0.19 330.18 0.69 0.48
Hex CF 26 7A 0 52 29 13 14A 45 30
Octal 317 46 172 0 122 51 23 512 105 60
Binary 11001111 100110 1111010 0 1010010 101001 10011 101001010 1000101 110000

Color Harmonies of #CF267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF267A

Black with #CF267A

Text Example


Text Example

White with #CF267A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF267A; }

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

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

background-color css

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

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

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

border-color css

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

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

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