Html Css Color HEX #CF256E Cerise

📋 copy color: '#CF256E'

red 207 ◦ green 37 ◦ blue 110

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

Shades of Cerise #CF256E

Tints of Cerise #CF256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.07%

R = 58.47%
G = 10.45%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF256E (or 0xCF256E) is known color: Cerise. HEX triplet: CF, 25 and 6E. RGB value is (207,37,110). Sum of RGB (Red+Green+Blue) = 207+37+110=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF256E is #30DA91. Grayscale: #606060. Windows color (decimal): -3201682 or 7218639. OLE color: 7218639.

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

Color convert

RGB 207 37 110 -
CMYK 0 0.82 0.47 0.19
HSL 334.24º 0.7% 0.48% -
HSV(B) 334.24º 0.82% 0.81% -
XYZ 29.21 15.71 16.25 -
YUV 96.15 135.82 207.06 -
System Red Green Blue C M Y K H S L
Decimal 207 37 110 0 0.82 0.47 0.19 334.24 0.7 0.48
Hex CF 25 6E 0 52 2F 13 14E 46 30
Octal 317 45 156 0 122 57 23 516 106 60
Binary 11001111 100101 1101110 0 1010010 101111 10011 101001110 1000110 110000

Color Harmonies of #CF256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF256E

Black with #CF256E

Text Example


Text Example

White with #CF256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF256E; }

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

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

background-color css

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

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

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

border-color css

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

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

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