Html Css Color HEX #CF295A Cerise

📋 copy color: '#CF295A'

red 207 ◦ green 41 ◦ blue 90

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

Shades of Cerise #CF295A

Tints of Cerise #CF295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.13%

 BLUE value IS 90 (35.55% from 255) = 26.63%

R = 61.24%
G = 12.13%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF295A (or 0xCF295A) is known color: Cerise. HEX triplet: CF, 29 and 5A. RGB value is (207,41,90). Sum of RGB (Red+Green+Blue) = 207+41+90=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF295A is #30D6A5. Grayscale: #606060. Windows color (decimal): -3200678 or 5908943. OLE color: 5908943.

HSL color Cylindrical-coordinate representation of color #CF295A: hue angle of 342.29º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF295A is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 41 90 -
CMYK 0 0.80 0.57 0.19
HSL 342.29º 0.67% 0.49% -
HSV(B) 342.29º 0.8% 0.81% -
XYZ 28.37 15.59 11.19 -
YUV 96.22 124.5 207.02 -
System Red Green Blue C M Y K H S L
Decimal 207 41 90 0 0.80 0.57 0.19 342.29 0.67 0.49
Hex CF 29 5A 0 50 39 13 156 43 31
Octal 317 51 132 0 120 71 23 526 103 61
Binary 11001111 101001 1011010 0 1010000 111001 10011 101010110 1000011 110001

Color Harmonies of #CF295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF295A

Black with #CF295A

Text Example


Text Example

White with #CF295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF295A; }

 p { color: rgb(207,41,90); }

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

background-color css

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

 a { background-color: rgb(207,41,90); }

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

border-color css

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

 span { border-color: rgb(207,41,90); }

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