Html Css Color HEX #CF3B5C Cerise

📋 copy color: '#CF3B5C'

red 207 ◦ green 59 ◦ blue 92

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

Shades of Cerise #CF3B5C

Tints of Cerise #CF3B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.48%

 BLUE value IS 92 (36.33% from 255) = 25.7%

R = 57.82%
G = 16.48%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF3B5C (or 0xCF3B5C) is known color: Cerise. HEX triplet: CF, 3B and 5C. RGB value is (207,59,92). Sum of RGB (Red+Green+Blue) = 207+59+92=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3B5C is #30C4A3. Grayscale: #6B6B6B. Windows color (decimal): -3196068 or 6044623. OLE color: 6044623.

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

Color convert

RGB 207 59 92 -
CMYK 0 0.71 0.56 0.19
HSL 346.62º 0.61% 0.52% -
HSV(B) 346.62º 0.71% 0.81% -
XYZ 29.23 17.17 11.9 -
YUV 107.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 207 59 92 0 0.71 0.56 0.19 346.62 0.61 0.52
Hex CF 3B 5C 0 47 38 13 15B 3D 34
Octal 317 73 134 0 107 70 23 533 75 64
Binary 11001111 111011 1011100 0 1000111 111000 10011 101011011 111101 110100

Color Harmonies of #CF3B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3B5C

Black with #CF3B5C

Text Example


Text Example

White with #CF3B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3B5C; }

 p { color: rgb(207,59,92); }

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

background-color css

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

 a { background-color: rgb(207,59,92); }

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

border-color css

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

 span { border-color: rgb(207,59,92); }

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