Html Css Color HEX #CF385E Cerise

📋 copy color: '#CF385E'

red 207 ◦ green 56 ◦ blue 94

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

Shades of Cerise #CF385E

Tints of Cerise #CF385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.69%

 BLUE value IS 94 (37.11% from 255) = 26.33%

R = 57.98%
G = 15.69%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF385E (or 0xCF385E) is known color: Cerise. HEX triplet: CF, 38 and 5E. RGB value is (207,56,94). Sum of RGB (Red+Green+Blue) = 207+56+94=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF385E is #30C7A1. Grayscale: #696969. Windows color (decimal): -3196834 or 6174927. OLE color: 6174927.

HSL color Cylindrical-coordinate representation of color #CF385E: hue angle of 344.9º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF385E is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 56 94 -
CMYK 0 0.73 0.55 0.19
HSL 344.9º 0.61% 0.52% -
HSV(B) 344.9º 0.73% 0.81% -
XYZ 29.17 16.9 12.31 -
YUV 105.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 207 56 94 0 0.73 0.55 0.19 344.9 0.61 0.52
Hex CF 38 5E 0 49 37 13 159 3D 34
Octal 317 70 136 0 111 67 23 531 75 64
Binary 11001111 111000 1011110 0 1001001 110111 10011 101011001 111101 110100

Color Harmonies of #CF385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF385E

Black with #CF385E

Text Example


Text Example

White with #CF385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF385E; }

 p { color: rgb(207,56,94); }

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

background-color css

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

 a { background-color: rgb(207,56,94); }

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

border-color css

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

 span { border-color: rgb(207,56,94); }

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