Html Css Color HEX #CF256B Cerise

📋 copy color: '#CF256B'

red 207 ◦ green 37 ◦ blue 107

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

Shades of Cerise #CF256B

Tints of Cerise #CF256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.48%

R = 58.97%
G = 10.54%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF256B (or 0xCF256B) is known color: Cerise. HEX triplet: CF, 25 and 6B. RGB value is (207,37,107). Sum of RGB (Red+Green+Blue) = 207+37+107=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF256B is #30DA94. Grayscale: #5F5F5F. Windows color (decimal): -3201685 or 7022031. OLE color: 7022031.

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

Color convert

RGB 207 37 107 -
CMYK 0 0.82 0.48 0.19
HSL 335.29º 0.7% 0.48% -
HSV(B) 335.29º 0.82% 0.81% -
XYZ 29.05 15.65 15.4 -
YUV 95.81 134.32 207.31 -
System Red Green Blue C M Y K H S L
Decimal 207 37 107 0 0.82 0.48 0.19 335.29 0.7 0.48
Hex CF 25 6B 0 52 30 13 14F 46 30
Octal 317 45 153 0 122 60 23 517 106 60
Binary 11001111 100101 1101011 0 1010010 110000 10011 101001111 1000110 110000

Color Harmonies of #CF256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF256B

Black with #CF256B

Text Example


Text Example

White with #CF256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF256B; }

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

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

background-color css

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

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

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

border-color css

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

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

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