Html Css Color HEX #CF357D Deep Cerise

📋 copy color: '#CF357D'

red 207 ◦ green 53 ◦ blue 125

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

Shades of Deep Cerise #CF357D

Tints of Deep Cerise #CF357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.77%

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 53.77%
G = 13.77%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF357D (or 0xCF357D) is known color: Deep Cerise. HEX triplet: CF, 35 and 7D. RGB value is (207,53,125). Sum of RGB (Red+Green+Blue) = 207+53+125=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF357D is #30CA82. Grayscale: #6B6B6B. Windows color (decimal): -3197571 or 8205775. OLE color: 8205775.

HSL color Cylindrical-coordinate representation of color #CF357D: hue angle of 331.95º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF357D is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 53 125 -
CMYK 0 0.74 0.40 0.19
HSL 331.95º 0.62% 0.51% -
HSV(B) 331.95º 0.74% 0.81% -
XYZ 30.71 17.29 21.12 -
YUV 107.25 138.02 199.15 -
System Red Green Blue C M Y K H S L
Decimal 207 53 125 0 0.74 0.40 0.19 331.95 0.62 0.51
Hex CF 35 7D 0 4A 28 13 14C 3E 33
Octal 317 65 175 0 112 50 23 514 76 63
Binary 11001111 110101 1111101 0 1001010 101000 10011 101001100 111110 110011

Color Harmonies of #CF357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF357D

Black with #CF357D

Text Example


Text Example

White with #CF357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF357D; }

 p { color: rgb(207,53,125); }

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

background-color css

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

 a { background-color: rgb(207,53,125); }

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

border-color css

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

 span { border-color: rgb(207,53,125); }

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