Html Css Color HEX #CF256A Cerise

📋 copy color: '#CF256A'

red 207 ◦ green 37 ◦ blue 106

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

Shades of Cerise #CF256A

Tints of Cerise #CF256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.57%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 59.14%
G = 10.57%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF256A (or 0xCF256A) is known color: Cerise. HEX triplet: CF, 25 and 6A. RGB value is (207,37,106). Sum of RGB (Red+Green+Blue) = 207+37+106=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF256A is #30DA95. Grayscale: #5F5F5F. Windows color (decimal): -3201686 or 6956495. OLE color: 6956495.

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

Color convert

RGB 207 37 106 -
CMYK 0 0.82 0.49 0.19
HSL 335.65º 0.7% 0.48% -
HSV(B) 335.65º 0.82% 0.81% -
XYZ 29 15.63 15.12 -
YUV 95.7 133.82 207.39 -
System Red Green Blue C M Y K H S L
Decimal 207 37 106 0 0.82 0.49 0.19 335.65 0.7 0.48
Hex CF 25 6A 0 52 31 13 150 46 30
Octal 317 45 152 0 122 61 23 520 106 60
Binary 11001111 100101 1101010 0 1010010 110001 10011 101010000 1000110 110000

Color Harmonies of #CF256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF256A

Black with #CF256A

Text Example


Text Example

White with #CF256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF256A; }

 p { color: rgb(207,37,106); }

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

background-color css

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

 a { background-color: rgb(207,37,106); }

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

border-color css

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

 span { border-color: rgb(207,37,106); }

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